tcpdump/tcpdump-3.9.7-crypto.patch
Miroslav Lichvar 4e81eb0b72 - enable crypto support on 64-bit architectures
- update license tag
2007-08-09 14:50:50 +00:00

13 lines
531 B
Diff

--- tcpdump-3.9.7/configure.crypto 2006-09-19 21:07:56.000000000 +0200
+++ tcpdump-3.9.7/configure 2007-08-01 14:43:55.000000000 +0200
@@ -12814,7 +12814,8 @@ for dir in $Xprefix /usr/${host_alias} /
#
# Or should we just look for "libcrypto.*"?
#
- if test -d $dir/lib -a \( -f $dir/lib/libcrypto.a -o \
+ if test \( -f $dir/lib/libcrypto.a -o \
+ -f $dir/lib64/libcrypto.so -o \
-f $dir/lib/libcrypto.so -o \
-f $dir/lib/libcrypto.sl -o \
-f $dir/lib/libcrypto.dylib \); then