git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4540 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6966ac40c1
commit
08174edc1e
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared
|
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --without-libidn --disable-shared --with-pic
|
|
@ -0,0 +1,3 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --enable-newjb --disable-shared
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-pic --with-nspr=yes
|
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-pic
|
|
@ -0,0 +1,3 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-sqlite --disable-shared --with-pic
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-shared --with-pic
|
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --disable-cplusplus --disable-wininet-client --disable-libwww-client --disable-shared --with-pic
|
Loading…
Reference in New Issue