avoid linking conflicting sqlite libraries
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9581 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
89db23f46f
commit
3f760a9eeb
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
./configure "$@" --with-apr=../apr --disable-shared --with-pic
|
||||
./configure "$@" --with-apr=../apr --disable-shared --with-pic --without-sqlite2 --without-sqlite3
|
||||
|
||||
|
|
Loading…
Reference in New Issue