mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 12:54:56 +00:00
don't try to build a chan_misdn_config.so
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
MODS:=$(patsubst %.c,%.so,$(wildcard chan_*.c))
|
MODS:=$(patsubst %.c,%.so,$(wildcard chan_*.c))
|
||||||
|
|
||||||
|
# This should be renamed :)
|
||||||
|
MODS:=$(filter-out chan_misdn_config.so,$(MODS))
|
||||||
|
|
||||||
ifeq (${OSARCH},OpenBSD)
|
ifeq (${OSARCH},OpenBSD)
|
||||||
PTLIB=-lpt_OpenBSD_x86_r
|
PTLIB=-lpt_OpenBSD_x86_r
|
||||||
H323LIB=-lh323_OpenBSD_x86_r
|
H323LIB=-lh323_OpenBSD_x86_r
|
||||||
|
Reference in New Issue
Block a user