mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
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:
parent
07a6d60efb
commit
bcb9d08d77
@ -1,5 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
./configure $@
|
./configure $@
|
||||||
make
|
$MAKE
|
||||||
cp *.a $PREFIX/lib
|
cp *.a $PREFIX/lib
|
||||||
cp include/* $PREFIX/include
|
cp include/* $PREFIX/include
|
||||||
ranlib $PREFIX/lib/libresample.a
|
ranlib $PREFIX/lib/libresample.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user