]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
don't build chan_modem by default
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 16 Nov 2005 20:54:15 +0000 (20:54 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 16 Nov 2005 20:54:15 +0000 (20:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7122 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ChangeLog
channels/Makefile

index 93cd9f8741b099d300adf128e4cf85884fae8b68..2e84164e7b6dabc0d9d12d8e54b29f12ec26a6ce 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
 2005-11-16  Kevin P. Fleming  <kpfleming@digium.com>
 
+       * channels/Makefile: don't build chan_modem and sub-modules by default
+
        * res/Makefile: issue mpg123 not-installed warning at 'make install' time, not 'make'
 
        * apps/app_forkcdr.c (forkcdr_exec): issue warning (and don't segfault) if ForkCDR is called on a channel that doesn't have a CDR (issue #5763)
index 2bf956cde58dea7aadc7c27985cc1535a13af4b0..82844f1e5acdc62bccb86d481702864eb7d3da8b 100755 (executable)
@@ -17,7 +17,8 @@
 CHANNEL_LIBS=chan_sip.so chan_agent.so chan_mgcp.so chan_iax2.so chan_local.so chan_skinny.so chan_features.so
 
 ifneq (${OSARCH},CYGWIN)
-CHANNEL_LIBS+=chan_modem.so chan_modem_aopen.so chan_modem_bestdata.so
+# if you really, really want to use these drivers, uncomment the line below
+#CHANNEL_LIBS+=chan_modem.so chan_modem_aopen.so chan_modem_bestdata.so
 endif
 
 ifeq ($(findstring BSD,${OSARCH}),BSD)