提交 2117f70a authored 作者: Travis Cross's avatar Travis Cross

Edit out gcc-ism from soundtouch lib

This allows building mod_soundtouch in clang as clang doesn't support
gcc's -fcheck-new.
上级 792530b7
......@@ -16,6 +16,7 @@ BUILT_SOURCES=$(LA)
$(SNDT_SRC):
$(GETLIB) $(VERSION).tar.gz
sed -i'' -e 's/-fcheck-new//' $(top_srcdir)/libs/soundtouch/source/SoundTouch/Makefile.am
$(SNDT_BUILD)/Makefile: $(SNDT_SRC)
mkdir -p $(SNDT_BUILD)/config/m4
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论