mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add tracebox
This commit is contained in:
parent
bd646c5b69
commit
67f9b018cf
8 changed files with 201 additions and 0 deletions
24
tracebox/patches/103-configure.patch
Normal file
24
tracebox/patches/103-configure.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
--- a/noinst/libcrafter/libcrafter/configure.ac.anc 2018-07-20 16:45:10.760534965 +0200
|
||||
+++ b/noinst/libcrafter/libcrafter/configure.ac 2018-07-20 16:46:03.339973975 +0200
|
||||
@@ -29,21 +29,8 @@
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT($withval)
|
||||
- if test -f $withval/pcap.h -a -f $withval/libpcap.a; then
|
||||
- owd=`pwd`
|
||||
- if cd $withval; then withval=`pwd`; cd $owd; fi
|
||||
PCAPINC="-I$withval -I$withval/bpf"
|
||||
PCAPLIB="-L$withval -lpcap"
|
||||
- elif test -f $withval/include/pcap.h -a \
|
||||
- -f $withval/include/net/bpf.h -a \
|
||||
- -f $withval/lib/libpcap.a; then
|
||||
- owd=`pwd`
|
||||
- if cd $withval; then withval=`pwd`; cd $owd; fi
|
||||
- PCAPINC="-I$withval/include"
|
||||
- PCAPLIB="-L$withval/lib -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
|
Loading…
Add table
Add a link
Reference in a new issue