From: Anthony Minessale Date: Sun, 28 Sep 2008 13:59:54 +0000 (+0000) Subject: fix debian mpg123 builds (FSBUILD-80) X-Git-Tag: v1.0.2~1092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=399113faaab62f128ec040b5adaea5525f0efd40;p=thirdparty%2Ffreeswitch.git fix debian mpg123 builds (FSBUILD-80) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9693 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index 8b640bb708..42ddc2e05e 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -30,7 +30,7 @@ $(MPG123_DIR): $(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