1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 02:02:01 +00:00

Edit out gcc-ism from soundtouch lib

This allows building mod_soundtouch in clang as clang doesn't support
gcc's -fcheck-new.
This commit is contained in:
Travis Cross 2014-03-18 21:36:37 +00:00
parent cac3edcb90
commit 34d5b6e865

@ -11,6 +11,7 @@ include $(BASE)/build/modmake.rules
$(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