1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-06 12:10:14 +02:00
openwrt-xburst/openwrt/package/ulogd/package/link-pcap.patch
nico f57a147ad8 Add ulogd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-15 21:33:09 +00:00

16 lines
425 B
Diff

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