forked from Mirrors/freeswitch
FSBUILD-99 CPPFlags breaks liblame build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10922 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
376b42c3a3
commit
12774ede81
@ -41,7 +41,7 @@ $(LAME_DIR):
|
||||
$(GETLIB) $(LAME).tar.gz
|
||||
|
||||
$(LAME_DIR)/Makefile: $(LAME_DIR)
|
||||
cd $(LAME_DIR) && ./configure $(DEFAULT_ARGS) --disable-decoder
|
||||
cd $(LAME_DIR) && ./configure $(DEFAULT_ARGS) --disable-decoder CPPFLAGS= LDFLAGS=
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
$(LAMELA): $(LAME_DIR)/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user