Update lft to 3.1 (#3631)
[openwrt/svn-archive/archive.git] / net / lft / patches / 001-add_pcap_includes.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -46,7 +46,7 @@
4 $(CC) -o lft $(OBJS) $(LDFLAGS) $(LIBS)
5
6 whob: whois.o
7 - $(CC) -o whob whois.c -DSTANDALONE $(LDFLAGS) $(LIBS)
8 + $(CC) -o whob whois.c -DSTANDALONE -I$(STAGING_DIR)/usr/include $(LDFLAGS) $(LIBS)
9
10 install: lft lft.8 whob whob.8
11 @echo "Installing LFT and WhoB"