tweak to build libresample on FreeBSD 5.4 thanks to xachen.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@924 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-03-25 02:59:28 +00:00
parent 07a6d60efb
commit bcb9d08d77
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
./configure $@
make
$MAKE
cp *.a $PREFIX/lib
cp include/* $PREFIX/include
ranlib $PREFIX/lib/libresample.a