[Freeswitch-svn] [commit] r2929 - freeswitch/trunk/libs
Freeswitch SVN
mikej at freeswitch.org
Sun Oct 1 20:53:48 EDT 2006
Author: mikej
Date: Sun Oct 1 20:53:48 2006
New Revision: 2929
Added:
freeswitch/trunk/libs/sqlite-3.3.6.build.sh (contents, props changed)
Log:
fix sqlite build on netbsd
Added: freeswitch/trunk/libs/sqlite-3.3.6.build.sh
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/sqlite-3.3.6.build.sh Sun Oct 1 20:53:48 2006
@@ -0,0 +1,7 @@
+if [ `uname -s` = "NetBSD" ] ; then
+config_TARGET_READLINE_LIBS="-L/usr/pkg/lib -lreadline" ./configure $@
+else
+./configure $@
+fi
+$MAKE
+$MAKE install
More information about the Freeswitch-svn
mailing list