This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
1af72288d1
freeswitch
/
libs
/
ilbc
/
configure.gnu
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
disable shared for libilbc git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 17:40:33 +00:00
#! /bin/sh
fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15661 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 23:04:21 +00:00
srcpath=$(dirname $0)
$srcpath/configure "$@" --with-pic --disable-shared
disable shared for libilbc git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 17:40:33 +00:00