git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4540 d0543943-73ff-0310-b7d9-9358b9ac24b2

This commit is contained in:
Michael Jerris 2007-03-11 10:44:45 +00:00
parent 6966ac40c1
commit 08174edc1e
8 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" --disable-shared

2
libs/curl/configure.gnu Normal file
View File

@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" --without-libidn --disable-shared --with-pic

3
libs/iax/configure.gnu Normal file
View File

@ -0,0 +1,3 @@
#! /bin/sh
./configure "$@" --enable-newjb --disable-shared

2
libs/js/configure.gnu Normal file
View File

@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" --with-pic --with-nspr=yes

View File

@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" --with-pic

View File

@ -0,0 +1,3 @@
#! /bin/sh
./configure "$@" --disable-sqlite --disable-shared --with-pic

2
libs/speex/configure.gnu Normal file
View File

@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" --disable-shared --with-pic

View File

@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" --disable-cplusplus --disable-wininet-client --disable-libwww-client --disable-shared --with-pic