[Freeswitch-svn] [commit] r10922 - freeswitch/trunk/src/mod/formats/mod_shout

FreeSWITCH SVN mikej at freeswitch.org
Tue Dec 23 10:23:27 PST 2008


Author: mikej
Date: Tue Dec 23 13:23:27 2008
New Revision: 10922

Log:
FSBUILD-99 CPPFlags breaks liblame build

Modified:
   freeswitch/trunk/src/mod/formats/mod_shout/Makefile

Modified: freeswitch/trunk/src/mod/formats/mod_shout/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/Makefile	(original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/Makefile	Tue Dec 23 13:23:27 2008
@@ -41,7 +41,7 @@
 	$(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



More information about the Freeswitch-svn mailing list