angepasst,

ISDN Module disabled:
asterisk kennt mISDN-2 noch nicht
mISDN-1 kennt den aktuellen Kernel nicht mehr


git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@6297 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
segler 2012-02-21 12:27:30 +00:00
parent 2b650f2913
commit 1d2997af4c

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Servers
premk() {
echo "Nothing to do for premk()"
@ -80,24 +80,21 @@ mk() {
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--with-asound=/usr \
--with-curl=/usr \
--with-ncurses=/usr \
--with-isdnnet=/usr \
--with-misdn=/usr \
--with-netsnmp=/usr \
--with-odbc=/usr \
--with-ogg=/usr \
--with-popt=/usr \
--with-postgres=/opt/PostgreSQL \
--with-mysqlclient=/opt/MySQL \
--with-pri=/opt/asterisk \
--with-pwlib=/usr \
--with-h323=no \
--without-qt \
--with-ssl=/usr \
--with-z=/usr \
--with-zaptel=/opt/asterisk/ \
--sysconfdir=/etc/asterisk \
--prefix=/opt/asterisk
--prefix=/opt/asterisk
# --with-isdnnet=/usr \
# --with-misdn=/usr
make -j $NUMCPU
make DESTDIR=$TMPROOT install
make DESTDIR=$TMPROOT samples