packages/net/asterisk-1.4.x/patches/017-Makefile-no_march.patch
agb 8b28448af3 Update to asterisk 1.4.21 (yes there's a 1.4.21.1 but I haven't tested it)
Package 'rawplayer'  for asterisk.
Requires the tonezone patch for app-meetme
Disabled ilbc which required a separate (non-free) package.

Signed-off-by: Michael Geddes <michael at frog dot wheelycreek dot net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-29 03:37:31 +00:00

13 lines
537 B
Diff

diff -Nru asterisk-1.4.18.org/Makefile asterisk-1.4.18/Makefile
--- asterisk-1.4.18.org/Makefile 2008-01-29 18:21:33.000000000 +0100
+++ asterisk-1.4.19.1/Makefile 2008-03-02 19:39:23.000000000 +0100
@@ -215,7 +215,7 @@
endif
ifneq ($(PROC),ultrasparc)
- ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
+ #ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
endif
ifeq ($(PROC),ppc)