1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-08 19:11:20 +00:00
freeswitch/libs/sqlite-3.3.6.build.sh

8 lines
151 B
Bash
Raw Normal View History

if [ `uname -s` = "NetBSD" ] ; then
config_TARGET_READLINE_LIBS="-L/usr/pkg/lib -lreadline" ./configure $@
else
./configure $@
fi
$MAKE
$MAKE install