mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
tweak/fix for openbsd and fix netbsd
This commit is contained in:
parent
38707e7803
commit
b902a5fd35
@ -18,11 +18,12 @@ if [ "`id -u`" = "0" ]; then
|
|||||||
export AUTOMAKE_VERSION=1.13
|
export AUTOMAKE_VERSION=1.13
|
||||||
export LIBTOOL=/usr/local/bin/libtoolize
|
export LIBTOOL=/usr/local/bin/libtoolize
|
||||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
|
||||||
|
export PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/
|
||||||
fi
|
fi
|
||||||
if [ "${UNAME}" = "NetBSD" ]; then
|
if [ "${UNAME}" = "NetBSD" ]; then
|
||||||
export PATH="$PATH:/usr/local/freeswitch/bin"
|
export PATH="$PATH:/usr/local/freeswitch/bin"
|
||||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/usr/pkg/lib/pkgconfig
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/usr/pkg/lib/pkgconfig
|
||||||
export PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/
|
export PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All/
|
||||||
fi
|
fi
|
||||||
if [ "${UNAME}" = "FreeBSD" ]; then
|
if [ "${UNAME}" = "FreeBSD" ]; then
|
||||||
export PATH="$PATH:/usr/local/freeswitch/bin"
|
export PATH="$PATH:/usr/local/freeswitch/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user