summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
commitf03f1d5071caf61c33815b732cef46952324ce6e (patch)
tree8f520fa19ad6da4f651abe6f48ac86485691b54b /package/asterisk/patches/patch-Makefile
parent60b165e59e044e595b59ec8b6f0ad1dc741ac26d (diff)
fix build on MacOS X, update while here
Diffstat (limited to 'package/asterisk/patches/patch-Makefile')
-rw-r--r--package/asterisk/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
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)