From 7a406765bb98f52dfa28210ef6d5434f71da5e6b Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 19 Apr 2006 10:07:20 +0000 Subject: Enable mod-ulogd-pcap build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3671 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch (limited to 'openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch') diff --git a/openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch b/openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch new file mode 100644 index 000000000..d45182329 --- /dev/null +++ b/openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch @@ -0,0 +1,12 @@ +diff -urN ulogd-1.23/pcap/Makefile.in ulogd-1.23.new/pcap/Makefile.in +--- ulogd-1.23/pcap/Makefile.in 2004-03-23 23:36:04.000000000 +0100 ++++ ulogd-1.23.new/pcap/Makefile.in 2006-04-19 11:30:45.000000000 +0200 +@@ -14,7 +14,7 @@ + distrib: + + $(SHARED_LIBS): %.so: %_sh.o +- $(LD) -shared -o $@ $< -lc -lpcap ++ $(LD) -shared -o $@ $< -lc -lpcap -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib + + %_sh.o: %.c + $(CC) $(SH_CFLAGS) -o $@ -c $< -- cgit v1.2.3