From f03f1d5071caf61c33815b732cef46952324ce6e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 26 Jul 2010 21:46:58 +0200 Subject: fix build on MacOS X, update while here --- package/asterisk/patches/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/asterisk/patches/patch-Makefile (limited to 'package/asterisk/patches/patch-Makefile') diff --git a/package/asterisk/patches/patch-Makefile b/package/asterisk/patches/patch-Makefile new file mode 100644 index 000000000..676239410 --- /dev/null +++ b/package/asterisk/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- asterisk-1.6.2.10.orig/Makefile 2010-06-10 22:35:06.000000000 +0200 ++++ asterisk-1.6.2.10/Makefile 2010-07-26 19:10:40.000000000 +0200 +@@ -289,7 +289,7 @@ endif + + _ASTCFLAGS+=$(OPTIONS) + +-MOD_SUBDIRS:=channels pbx apps codecs formats cdr bridges funcs tests main res $(LOCAL_MOD_SUBDIRS) ++MOD_SUBDIRS:=channels pbx apps codecs formats cdr bridges funcs main res $(LOCAL_MOD_SUBDIRS) + OTHER_SUBDIRS:=utils agi + SUBDIRS:=$(OTHER_SUBDIRS) $(MOD_SUBDIRS) + SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install) -- cgit v1.2.3