# HG changeset patch # User Michael Schloh von Bennewitz # Date 1346602609 -7200 # Node ID d5bf6d998337a2c0db19ccf869bf0c9b1edf7917 # Parent fdb90fe1cf210ae5bc1f315156efb8ea425395ed Correct detection of SSLeay libcrypt, provided by OpenSSL package. diff -r fdb90fe1cf21 -r d5bf6d998337 tcpdump/tcpdump.spec --- a/tcpdump/tcpdump.spec Sun Sep 02 18:16:04 2012 +0200 +++ b/tcpdump/tcpdump.spec Sun Sep 02 18:16:49 2012 +0200 @@ -36,7 +36,7 @@ Group: Capturing License: GPL Version: %{V_tarball} -Release: 20120613 +Release: 20120800 # list of sources Source0: http://www.tcpdump.org/release/tcpdump-%{V_tarball}.tar.gz @@ -49,7 +49,7 @@ PreReq: libpcap, openssl %description - Tcpdump is a real-time network packet capturing and dumping tool. + Tcpdump is a real time network packet capturing and dumping tool. Despite its historical name, it is a general purpose network tool, not just usable for TCP packets. @@ -79,7 +79,7 @@ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ - --with-crypto \ + --with-crypto=%{l_prefix} \ $options %{l_make} %{l_mflags -O}