Browse Source

openssl/e_os.h is no longer existing in OpenSSL 0.9.7 and not required here anyway

master
parent
commit
adc74522c9
  1. 10
      siege/siege.patch
  2. 4
      siege/siege.spec

10
siege/siege.patch

@ -0,0 +1,10 @@
--- src/ssl.h.orig Wed Jun 26 17:44:58 2002
+++ src/ssl.h Sat Jan 11 16:09:42 2003
@@ -30,7 +30,6 @@
#include <pthread.h>
#ifdef HAVE_SSL
-# include <openssl/e_os.h>
# include <openssl/lhash.h>
# include <openssl/crypto.h>
# include <openssl/buffer.h>

4
siege/siege.spec

@ -33,10 +33,11 @@ Distribution: OpenPKG [PLUS]
Group: Benchmark
License: GPL
Version: 2.55
Release: 20020717
Release: 20030111
# list of sources
Source0: ftp://ftp.armstrong.com/pub/siege/siege-%{version}.tar.gz
Patch0: siege.patch
# build information
Prefix: %{l_prefix}
@ -56,6 +57,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
%{l_shtool} subst -s \

Loading…
Cancel
Save