]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSBUILD-99 CPPFlags breaks liblame build
authorMichael Jerris <mike@jerris.com>
Tue, 23 Dec 2008 18:23:27 +0000 (18:23 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 23 Dec 2008 18:23:27 +0000 (18:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10922 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_shout/Makefile

index 411f66437c2912aeaede896b6f8bd042b44f0665..02fd467b4d2fa0be6b23db6a6c52e38d61f3ceea 100644 (file)
@@ -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