summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-main_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/asterisk/patches/patch-main_Makefile')
-rw-r--r--package/asterisk/patches/patch-main_Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/asterisk/patches/patch-main_Makefile b/package/asterisk/patches/patch-main_Makefile
deleted file mode 100644
index 1803f5ea3..000000000
--- a/package/asterisk/patches/patch-main_Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- asterisk-1.6.2.10.orig/main/Makefile 2010-06-25 20:58:37.000000000 +0200
-+++ asterisk-1.6.2.10/main/Makefile 2010-07-26 19:28:05.000000000 +0200
-@@ -178,14 +178,14 @@ GMIMELDFLAGS+=$(GMIME_LIB)
- endif
-
- $(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
-- @$(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS)
-+ $(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS)
- $(ECHO_PREFIX) echo " [LD] $^ -> $@"
- ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),)
- $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS)
- else
- $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS)
- endif
-- $(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@
-+ #$(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@
-
- clean::
- rm -f asterisk