mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
add makefile for openbsd
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2923 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3d13f15163
commit
e306d23a78
@ -26,6 +26,10 @@ cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
|
||||
pthreadopts=" --with-pthreads=yes"
|
||||
fi
|
||||
|
||||
if [ $hosttype = "OpenBSD" ] ; then
|
||||
cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
|
||||
fi
|
||||
|
||||
arch=`uname -m`
|
||||
|
||||
opts=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user