]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
new patches
authorArtur Frysiak <artur@frysiak.net>
Fri, 14 Jul 2000 13:28:22 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-ssl.patch -> 1.1

tcpdump-ssl.patch [new file with mode: 0644]

diff --git a/tcpdump-ssl.patch b/tcpdump-ssl.patch
new file mode 100644 (file)
index 0000000..7dcc4ce
--- /dev/null
@@ -0,0 +1,14 @@
+--- tcpdump_3_5rel2/configure.in.wiget Tue Jan 25 19:39:02 2000
++++ tcpdump_3_5rel2/configure.in       Fri Jul 14 15:06:15 2000
+@@ -569,8 +569,10 @@
+ AC_MSG_CHECKING(for SSLeay)
+ ac_cv_ssleay_path=no
+ incdir=no
+-for dir in /usr/local /usr/local/ssl /usr/pkg; do
++for dir in /usr /usr/local /usr/local/ssl /usr/pkg; do
+       if test -d $dir/lib -a -f $dir/lib/libcrypto.a; then
++              ac_cv_ssleay_path=$dir
++      elif test -d $dir/lib -a -f $dir/lib/libcrypto.so; then
+               ac_cv_ssleay_path=$dir
+       fi
+       if test -d $dir/include -a -f $dir/include/des.h; then
This page took 0.042236 seconds and 4 git commands to generate.