]> git.pld-linux.org Git - packages/tcpdump.git/blobdiff - libpcap-m4.patch
- updated to 4.7.4
[packages/tcpdump.git] / libpcap-m4.patch
diff --git a/libpcap-m4.patch b/libpcap-m4.patch
deleted file mode 100644 (file)
index a9ab3fb..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- tcpdump-4.6.2/aclocal.m4.orig      2014-09-08 20:03:01.007141908 +0200
-+++ tcpdump-4.6.2/aclocal.m4   2014-09-08 20:06:33.077133032 +0200
-@@ -440,25 +440,6 @@
-     fi
-     AC_MSG_CHECKING(for local pcap library)
-     libpcap=FAIL
--    lastdir=FAIL
--    places=`ls $srcdir/.. | sed -e 's,/$,,' -e "s,^,$srcdir/../," | \
--      egrep '/libpcap-[[0-9]]+\.[[0-9]]+(\.[[0-9]]*)?([[ab]][[0-9]]*|-PRE-GIT)?$'`
--    places2=`ls .. | sed -e 's,/$,,' -e "s,^,../," | \
--      egrep '/libpcap-[[0-9]]+\.[[0-9]]+(\.[[0-9]]*)?([[ab]][[0-9]]*|-PRE-GIT)?$'`
--    for dir in $places $srcdir/../libpcap ../libpcap $srcdir/libpcap $places2 ; do
--          basedir=`echo $dir | sed -e 's/[[ab]][[0-9]]*$//' | \
--              sed -e 's/-PRE-GIT$//' `
--          if test $lastdir = $basedir ; then
--                  dnl skip alphas when an actual release is present
--                  continue;
--          fi
--          lastdir=$dir
--          if test -r $dir/libpcap.a ; then
--                  libpcap=$dir/libpcap.a
--                  d=$dir
--                  dnl continue and select the last one that exists
--          fi
--    done
-     if test $libpcap = FAIL ; then
-           AC_MSG_RESULT(not found)
This page took 0.118106 seconds and 4 git commands to generate.