mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
more build stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1024 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
arch=`uname -m`
|
||||
|
||||
opts=""
|
||||
if [ $arch = "x86_64" ] ; then
|
||||
opts="--enable-pic"
|
||||
fi
|
||||
|
||||
./configure $@ $opts
|
||||
|
||||
make clean uninstall all
|
||||
make install
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user