[packages] peerguardian: libnetfilter-queue-libipq has been dropped upstream, switch...
[openwrt/svn-archive/archive.git] / net / arpd / patches / 001-configure_no_bpf.patch
1 --- a/configure
2 +++ b/configure
3 @@ -2258,8 +2258,7 @@ echo "${ECHO_T}$withval" >&6
4 if cd $withval; then withval=`pwd`; cd $owd; fi
5 PCAPINC="-I$withval -I$withval/bpf"
6 PCAPLIB="-L$withval -lpcap"
7 - elif test -f $withval/include/pcap.h -a \
8 - -f $withval/include/net/bpf.h; then
9 + elif test -f $withval/include/pcap.h; then
10 owd=`pwd`
11 if cd $withval; then withval=`pwd`; cd $owd; fi
12 PCAPINC="-I$withval/include"