]> git.pld-linux.org Git - packages/tcpdump.git/blob - tcpdump-ssl.patch
- release 2,
[packages/tcpdump.git] / tcpdump-ssl.patch
1 diff -urN tcpdump-cvs20001101.org/configure.in tcpdump-cvs20001101/configure.in
2 --- tcpdump-cvs20001101.org/configure.in        Wed Nov  1 16:11:03 2000
3 +++ tcpdump-cvs20001101/configure.in    Wed Nov  1 16:22:07 2000
4 @@ -530,7 +530,7 @@
5  ac_cv_ssleay_path=no
6  incdir=no
7  for dir in /usr /usr/local /usr/local/ssl /usr/pkg; do
8 -       if test -d $dir/lib -a -f $dir/lib/libcrypto.a; then
9 +       if test -d $dir/lib -a -f $dir/lib/libcrypto.so; then
10                 ac_cv_ssleay_path=$dir
11         fi
12         if test -d $dir/include/ssleay -a -f $dir/include/ssleay/des.h; then
This page took 0.039134 seconds and 3 git commands to generate.