mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
FreeBSD compile fix (bug #1655)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2970 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -30,8 +30,10 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
|
|||||||
app_groupcount.so
|
app_groupcount.so
|
||||||
|
|
||||||
ifneq (${OSARCH},Darwin)
|
ifneq (${OSARCH},Darwin)
|
||||||
|
ifneq (${OSARCH},FreeBSD)
|
||||||
APPS+=app_intercom.so
|
APPS+=app_intercom.so
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
#APPS+=app_sql_postgres.so
|
#APPS+=app_sql_postgres.so
|
||||||
#APPS+=app_sql_odbc.so
|
#APPS+=app_sql_odbc.so
|
||||||
|
@@ -47,8 +47,10 @@ CHANH323LIB=-ldl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (${OSARCH},Darwin)
|
ifneq (${OSARCH},Darwin)
|
||||||
|
ifneq (${OSARCH},FreeBSD)
|
||||||
CHANNEL_LIBS+=chan_oss.so
|
CHANNEL_LIBS+=chan_oss.so
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
|
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
|
||||||
CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)
|
CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)
|
||||||
|
Reference in New Issue
Block a user