]> git.pld-linux.org Git - packages/yaz.git/blame - yaz-pcap.patch
- updated to fit 3.0.44
[packages/yaz.git] / yaz-pcap.patch
CommitLineData
61286149
JB
1--- yaz-2.1.48/configure.ac.orig 2007-02-18 20:09:35.453060000 +0100
2+++ yaz-2.1.48/configure.ac 2007-02-18 20:26:37.223287605 +0100
3@@ -181,20 +181,9 @@
4 ZIFFY_PROG=ziffy
5 fi
6 else
7- if test -d /usr/local &&
8- test -r /usr/local/lib/libpcap.a &&
9- test -r /usr/local/include/pcap.h; then
10- PCAP_DIR="/usr/local"
11- PCAP_LIBS="${LIBS} -L$PCAP_DIR/lib -lpcap"
12- PCAP_CFLAGS="${INCS} -I$PCAP_DIR/include"
13- ZIFFY_PROG=ziffy
14- elif test -d /usr &&
15- test -r /usr/lib/libpcap.a &&
16- test -r /usr/include/pcap.h; then
17 PCAP_DIR="/usr"
18 PCAP_LIBS="${LIBS} -lpcap"
19 ZIFFY_PROG=ziffy
20- fi
21 fi
22 fi
23 if test -z "$ZIFFY_PROG"; then
This page took 0.052614 seconds and 4 git commands to generate.