1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 17:17:18 +03:00
openwrt-xburst/openwrt/package/ulogd/patches/ulogd-1.23-pcap_ldflags.patch
florian 7a406765bb Enable mod-ulogd-pcap build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-19 10:07:20 +00:00

13 lines
436 B
Diff

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 $<