]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix debian mpg123 builds (FSBUILD-80)
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 28 Sep 2008 13:59:54 +0000 (13:59 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 28 Sep 2008 13:59:54 +0000 (13:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9693 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_shout/Makefile

index 8b640bb708d07febbcd91b97d7f89e74400b1470..42ddc2e05ed7b8dcdda0d55b87349916ac9c2733 100644 (file)
@@ -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