]> git.pld-linux.org Git - packages/ssldump.git/commitdiff
- Build with new openssl
authorareq <areq@pld-linux.org>
Sun, 7 May 2006 15:33:35 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ssldump.spec -> 1.3

ssldump.spec

index 26ed71bb615f779468b0029d532e0de178b80bfd..863a1bdd23fbbcd97d6b282b1ffc83b82b40acd3 100644 (file)
@@ -8,6 +8,7 @@ License:        BSD
 Group:         Applications/Networking
 Source0:       http://www.rtfm.com/ssldump/%{name}-%{version}.tar.gz
 # Source0-md5: ac8c28fe87508d6bfb06344ec496b1dd
+Patch0:        %{name}-openssl.patch
 URL:           http://www.rtfm.com/ssldump/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -34,6 +35,8 @@ b
 
 %prep
 %setup -q
+%patch0 -p1
+
 sed -i -e 's#libpcap.a#libpcap.so#g' configure*
 sed -i -e 's#net/bpf.h#pcap-bpf.h#g' base/pcap-snoop.c
 
This page took 0.060212 seconds and 4 git commands to generate.