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

Freeswitch SVN anthm at freeswitch.org
Sun Sep 28 09:59:55 EDT 2008


Author: anthm
Date: Sun Sep 28 09:59:54 2008
New Revision: 9693

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

Log:
fix debian mpg123 builds (FSBUILD-80)

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	Sun Sep 28 09:59:54 2008
@@ -30,7 +30,7 @@
 	$(GETLIB) $(MPG123).tar.gz
 
 $(MPG123_DIR)/Makefile: $(MPG123_DIR)
-	cd $(MPG123_DIR) && ./configure $(DEFAULT_ARGS) --disable-shared
+	cd $(MPG123_DIR) && ./configure --disable-shared --with-pic
 	$(TOUCH_TARGET)
 
 $(MPG123LA): $(MPG123_DIR)/Makefile



More information about the Freeswitch-svn mailing list