1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00
openmptcprouter-feeds/tracebox/patches/102-configure.patch

20 lines
600 B
Diff
Raw Normal View History

2018-08-06 12:09:39 +00:00
--- a/configure.ac 2018-07-20 16:15:42.284633906 +0200
+++ b/configure.ac 2018-07-20 16:16:09.812296939 +0200
@@ -162,16 +162,8 @@
;;
*)
AC_MSG_RESULT($withval)
- if test -f $withval/pcap.h -a \
- -f $withval/libpcap.a -a \
- -d $withval/pcap; then
- owd=`pwd`
- if cd $withval; then withval=`pwd`; cd $owd; fi
PCAPINC="-I$withval -I$withval/bpf"
PCAPLIB="-L$withval -lpcap"
- else
- AC_ERROR(pcap.h, net/bpf.h, or libpcap.a not found in $withval)
- fi
;;
esac ],
[ if test -f ${prefix}/include/pcap.h; then