Remove host include search pathes from Makefiles
authorNicolas Thill <nico@openwrt.org>
Fri, 27 May 2005 05:15:40 +0000 (05:15 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 27 May 2005 05:15:40 +0000 (05:15 +0000)
SVN-Revision: 1072

openwrt/package/ulogd/package/link-pcap.patch [deleted file]
openwrt/package/ulogd/patches/ulogd-1.23-inc-patch.patch [new file with mode: 0644]
openwrt/package/ulogd/patches/ulogd-1.23-no-rej.patch [new file with mode: 0644]

diff --git a/openwrt/package/ulogd/package/link-pcap.patch b/openwrt/package/ulogd/package/link-pcap.patch
deleted file mode 100644 (file)
index 4e7cfc0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- ulogd-1.23/pcap/Makefile.in.orig   2004-03-23 23:36:04.000000000 +0100
-+++ ulogd-1.23/pcap/Makefile.in        2005-05-16 00:14:13.000000000 +0200
-@@ -14,10 +14,10 @@
- distrib:
- $(SHARED_LIBS): %.so: %_sh.o
--      $(LD) -shared -o $@ $< -lc -lpcap
-+      $(LD) -shared $(PCAP_LDFLAGS) -o $@ $< -lc -lpcap
- %_sh.o: %.c
--      $(CC) $(SH_CFLAGS) -o $@ -c $<
-+      $(CC) $(PCAP_CFLAGS) $(SH_CFLAGS) -o $@ -c $<
-       
- clean:
-       $(RM) $(SHARED_LIBS) *.o
diff --git a/openwrt/package/ulogd/patches/ulogd-1.23-inc-patch.patch b/openwrt/package/ulogd/patches/ulogd-1.23-inc-patch.patch
new file mode 100644 (file)
index 0000000..b472112
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ruN ulogd-1.23-old/Rules.make.in ulogd-1.23-new/Rules.make.in
+--- ulogd-1.23-old/Rules.make.in       2005-02-19 22:32:40.000000000 +0100
++++ ulogd-1.23-new/Rules.make.in       2005-05-27 07:45:18.000000000 +0200
+@@ -22,7 +22,7 @@
+ CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\"
+ # doesn't work for subdirs
+ #CFLAGS+=$(INCIPULOG) $(INCCONFFILE)
+-CFLAGS+=-I/lib/modules/`uname -r`/build/include
++#CFLAGS+=-I/lib/modules/`uname -r`/build/include
+ #CFLAGS+=@DEFS@
+ #CFLAGS+=-g -DDEBUG -DDEBUG_MYSQL -DDEBUG_PGSQL
+diff -ruN ulogd-1.23-old/libipulog/Makefile.in ulogd-1.23-new/libipulog/Makefile.in
+--- ulogd-1.23-old/libipulog/Makefile.in       2004-03-23 23:36:06.000000000 +0100
++++ ulogd-1.23-new/libipulog/Makefile.in       2005-05-27 07:44:21.000000000 +0200
+@@ -1,7 +1,7 @@
+ #
+ include @top_srcdir@/Rules.make
+-CFLAGS+=-Iinclude -I/usr/src/linux/include
++CFLAGS+=-Iinclude
+ libipulog.a: libipulog.o
+       $(LD) -i $< -o $@
diff --git a/openwrt/package/ulogd/patches/ulogd-1.23-no-rej.patch b/openwrt/package/ulogd/patches/ulogd-1.23-no-rej.patch
new file mode 100644 (file)
index 0000000..dd46491
--- /dev/null
@@ -0,0 +1,20 @@
+diff -ruN ulogd-1.23-old/ulogd.conf.in.rej ulogd-1.23-new/ulogd.conf.in.rej
+--- ulogd-1.23-old/ulogd.conf.in.rej   2005-04-18 16:19:06.000000000 +0200
++++ ulogd-1.23-new/ulogd.conf.in.rej   1970-01-01 01:00:00.000000000 +0100
+@@ -1,16 +0,0 @@
+-***************
+-*** 62,68 ****
+-  user="laforge"
+-  db="ulogd"
+-  host="localhost"
+-- use_ssl=0
+-  
+-  [PGSQL]
+-  table="ulog"
+---- 62,67 ----
+-  user="laforge"
+-  db="ulogd"
+-  host="localhost"
+-  
+-  [PGSQL]
+-  table="ulog"