Update lft to 3.1 (#3631)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/lft/patches/001-add_pcap_includes.patch
Normal file
11
net/lft/patches/001-add_pcap_includes.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -46,7 +46,7 @@
|
||||
$(CC) -o lft $(OBJS) $(LDFLAGS) $(LIBS)
|
||||
|
||||
whob: whois.o
|
||||
- $(CC) -o whob whois.c -DSTANDALONE $(LDFLAGS) $(LIBS)
|
||||
+ $(CC) -o whob whois.c -DSTANDALONE -I$(STAGING_DIR)/usr/include $(LDFLAGS) $(LIBS)
|
||||
|
||||
install: lft lft.8 whob whob.8
|
||||
@echo "Installing LFT and WhoB"
|
Reference in New Issue
Block a user