summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:13:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:13:34 +0100
commit7f4405ca8c806bd9a393dd74f1266a8996c6700c (patch)
tree4309970089562c7fb4181be43614f0b43412a72e /package/asterisk/patches/patch-Makefile
parent05fa7686a51fd96e0de1e7be5a8e995c857d9883 (diff)
update to latest upstream version
Diffstat (limited to 'package/asterisk/patches/patch-Makefile')
-rw-r--r--package/asterisk/patches/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/asterisk/patches/patch-Makefile b/package/asterisk/patches/patch-Makefile
deleted file mode 100644
index 676239410..000000000
--- a/package/asterisk/patches/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)