diff options
Diffstat (limited to 'package/asterisk/patches/patch-Makefile')
-rw-r--r-- | package/asterisk/patches/patch-Makefile | 11 |
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) |