Correct detection of SSLeay libcrypt, provided by OpenSSL package.

Sun, 02 Sep 2012 18:16:49 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 02 Sep 2012 18:16:49 +0200
changeset 658
d5bf6d998337
parent 657
fdb90fe1cf21
child 659
79e32993cb4d

Correct detection of SSLeay libcrypt, provided by OpenSSL package.

tcpdump/tcpdump.spec file | annotate | diff | comparison | revisions
     1.1 --- a/tcpdump/tcpdump.spec	Sun Sep 02 18:16:04 2012 +0200
     1.2 +++ b/tcpdump/tcpdump.spec	Sun Sep 02 18:16:49 2012 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4  Group:        Capturing
     1.5  License:      GPL
     1.6  Version:      %{V_tarball}
     1.7 -Release:      20120613
     1.8 +Release:      20120800
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://www.tcpdump.org/release/tcpdump-%{V_tarball}.tar.gz
    1.12 @@ -49,7 +49,7 @@
    1.13  PreReq:       libpcap, openssl
    1.14  
    1.15  %description
    1.16 -    Tcpdump is a real-time network packet capturing and dumping tool.
    1.17 +    Tcpdump is a real time network packet capturing and dumping tool.
    1.18      Despite its historical name, it is a general purpose network tool,
    1.19      not just usable for TCP packets.
    1.20  
    1.21 @@ -79,7 +79,7 @@
    1.22      ./configure \
    1.23          --prefix=%{l_prefix} \
    1.24          --mandir=%{l_prefix}/man \
    1.25 -        --with-crypto \
    1.26 +        --with-crypto=%{l_prefix} \
    1.27          $options
    1.28      %{l_make} %{l_mflags -O}
    1.29  

mercurial