summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
commitf2b154b7d74e21b7e655c6cd121155592c1bee03 (patch)
treed1d8f06abeb89834cebb70d33229aff129b9d485 /package/asterisk/patches/patch-Makefile
parentc93c25a63b3b5a29a258460519ed36341da2e79e (diff)
parent63e65ec30b763d6687d462c52cb46bd5e738928a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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)