fix asterisk build when newt headers are present on the host machine
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Apr 2005 13:02:12 +0000 (13:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Apr 2005 13:02:12 +0000 (13:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@757 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/asterisk/patches/no-newt-check.diff [new file with mode: 0644]

diff --git a/package/asterisk/patches/no-newt-check.diff b/package/asterisk/patches/no-newt-check.diff
new file mode 100644 (file)
index 0000000..dac164f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN asterisk-1.0.7.old/astman/Makefile asterisk-1.0.7.dev/astman/Makefile
+--- asterisk-1.0.7.old/astman/Makefile 2004-06-26 21:25:39.000000000 +0200
++++ asterisk-1.0.7.dev/astman/Makefile 2005-04-29 15:54:53.000000000 +0200
+@@ -8,7 +8,7 @@
+ CFLAGS+=-I/usr/local/include -L/usr/local/lib
+ endif
+-TARGET=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else if [ -f /usr/local/include/newt.h ]; then echo "astman"; else echo "none" ; fi ; fi)
++TARGET=none
+ all: depend $(TARGET)
+ install:
This page took 0.025851 seconds and 4 git commands to generate.