2008-05-20 10:06:16 +00:00
|
|
|
Index: Makefile.openwrt
|
2007-06-30 16:40:06 +00:00
|
|
|
===================================================================
|
2008-05-20 10:06:16 +00:00
|
|
|
RCS file: /usr/local/cvsroot/miniupnp/miniupnpd/Makefile.openwrt,v
|
|
|
|
retrieving revision 1.11
|
|
|
|
diff -u -r1.11 miniupnpd-1.1/Makefile.openwrt
|
|
|
|
--- miniupnpd-1.1.orig/Makefile.openwrt 29 Jan 2008 12:52:03 -0000 1.11
|
|
|
|
+++ miniupnpd-1.1/Makefile.openwrt 1 May 2008 22:34:28 -0000
|
|
|
|
@@ -6,7 +6,7 @@
|
|
|
|
# your openwrt SDK/etc...
|
|
|
|
# http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=713
|
|
|
|
|
2007-03-24 17:45:19 +00:00
|
|
|
-include $(TOPDIR)/rules.mk
|
2008-05-20 10:06:16 +00:00
|
|
|
+#include $(TOPDIR)/rules.mk
|
2007-03-24 17:45:19 +00:00
|
|
|
#CFLAGS = -Wall -O -D_GNU_SOURCE -g
|
|
|
|
#CFLAGS = -Wall -Os -D_GNU_SOURCE
|
|
|
|
#CC = mipsel-linux-gcc
|
2008-05-20 10:06:16 +00:00
|
|
|
@@ -16,7 +16,8 @@
|
|
|
|
CP = cp
|
2007-02-07 04:57:08 +00:00
|
|
|
RM = rm -f
|
|
|
|
INSTALL = install
|
|
|
|
-IPTABLESINC=$(BUILD_DIR)/iptables-1.3.3/include
|
|
|
|
+IPTABLESINC=$(STAGING_DIR)/usr/include
|
2008-05-20 10:06:16 +00:00
|
|
|
+#IPTABLESINC=$(BUILD_DIR)/iptables-1.3.3/include
|
|
|
|
#IPTABLESINC=$(TOPDIR)/../iptables-1.3.3/include
|
2007-02-07 04:57:08 +00:00
|
|
|
|
|
|
|
BASEOBJS = miniupnpd.o upnphttp.o upnpdescgen.o upnpsoap.o \
|
2008-05-20 10:06:16 +00:00
|
|
|
@@ -28,7 +29,7 @@
|
|
|
|
NETFILTEROBJS = netfilter/iptcrdr.o
|
|
|
|
ALLOBJS = $(BASEOBJS) $(LNXOBJS) $(NETFILTEROBJS)
|
2007-02-07 04:57:08 +00:00
|
|
|
|
|
|
|
-LIBS = $(BUILD_DIR)/iptables-1.3.3/libiptc/libiptc.a
|
2008-05-20 10:06:16 +00:00
|
|
|
+#LIBS = $(BUILD_DIR)/iptables-1.3.3/libiptc/libiptc.a
|
|
|
|
#LIBS = $(TOPDIR)/../iptables-1.3.3/libiptc/libiptc.a
|
2007-02-07 04:57:08 +00:00
|
|
|
|
2008-05-20 10:06:16 +00:00
|
|
|
TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o
|