From 56c6a14f3a495e14eac87e5d455650ac2781eb91 Mon Sep 17 00:00:00 2001 From: duddits Date: Thu, 26 Feb 2009 20:24:03 +0000 Subject: [PATCH] - dropped Changed files: yaz-pcap.patch -> 1.2 --- yaz-pcap.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 yaz-pcap.patch diff --git a/yaz-pcap.patch b/yaz-pcap.patch deleted file mode 100644 index 0a7a617..0000000 --- a/yaz-pcap.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- yaz-2.1.48/configure.ac.orig 2007-02-18 20:09:35.453060000 +0100 -+++ yaz-2.1.48/configure.ac 2007-02-18 20:26:37.223287605 +0100 -@@ -181,20 +181,9 @@ - ZIFFY_PROG=ziffy - fi - else -- if test -d /usr/local && -- test -r /usr/local/lib/libpcap.a && -- test -r /usr/local/include/pcap.h; then -- PCAP_DIR="/usr/local" -- PCAP_LIBS="${LIBS} -L$PCAP_DIR/lib -lpcap" -- PCAP_CFLAGS="${INCS} -I$PCAP_DIR/include" -- ZIFFY_PROG=ziffy -- elif test -d /usr && -- test -r /usr/lib/libpcap.a && -- test -r /usr/include/pcap.h; then - PCAP_DIR="/usr" - PCAP_LIBS="${LIBS} -lpcap" - ZIFFY_PROG=ziffy -- fi - fi - fi - if test -z "$ZIFFY_PROG"; then -- 2.43.0