summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-10-16 21:45:01 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-10-16 21:45:01 +0000
commitaf518973a4d632481d9c5089c2c61edaeb407980 (patch)
tree26e203a682e7b3ab95f8c524370d89752ce58ed9 /app-benchmarks/siege
parentMoved fluxspace from x11-wm to x11-misc. (diff)
downloadgentoo-2-af518973a4d632481d9c5089c2c61edaeb407980.tar.gz
gentoo-2-af518973a4d632481d9c5089c2c61edaeb407980.tar.bz2
gentoo-2-af518973a4d632481d9c5089c2c61edaeb407980.zip
Forgot to add the siege patch.
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r--app-benchmarks/siege/files/siege-gentoo_openssl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-benchmarks/siege/files/siege-gentoo_openssl.patch b/app-benchmarks/siege/files/siege-gentoo_openssl.patch
new file mode 100644
index 000000000000..efe9bb712a8f
--- /dev/null
+++ b/app-benchmarks/siege/files/siege-gentoo_openssl.patch
@@ -0,0 +1,11 @@
+--- src/sl.h 2003-10-15 02:41:38.776399904 +0200
++++ src/ssl.h 2003-10-15 02:41:54.941942368 +0200
+@@ -30,7 +30,7 @@
+ #include <pthread.h>
+
+ #ifdef HAVE_SSL
+-# include <openssl/e_os.h>
++# include <openssl/e_os2.h>
+ # include <openssl/lhash.h>
+ # include <openssl/crypto.h>
+ # include <openssl/buffer.h>