etk relies on edje_cc to be installed on the host
[openwrt/svn-archive/archive.git] / net / nprobe / patches / 001-path_to_pcap.patch
1 --- nProbe/configure 2007-05-07 16:42:28.041884250 -0500
2 +++ nProbe.new/configure 2007-05-07 16:57:49.183452000 -0500
3 @@ -23567,8 +23567,8 @@
4
5 if test ".${PCAP_ROOT}" != .; then
6 if test -d $PCAP_ROOT &&
7 - test -r $PCAP_ROOT/libpcap.a &&
8 - test -r $PCAP_ROOT/pcap.h; then
9 + test -r $PCAP_ROOT/lib/libpcap.a &&
10 + test -r $PCAP_ROOT/include/pcap.h; then
11 PCAP_ROOT=`cd ${PCAP_ROOT} && pwd`
12 CORELIBS="${CORELIBS} -L$PCAP_ROOT -lpcap"
13 INCS="${INCS} -I$PCAP_ROOT"