diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-16 21:45:01 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-16 21:45:01 +0000 |
commit | 0b5a357a9973c24f00d8ea9c763330d7a2af5353 (patch) | |
tree | a10bdcb59c928299d9ec84a9d1e60a4263493114 /app-benchmarks/siege | |
parent | Moved fluxspace from x11-wm to x11-misc. (diff) | |
download | historical-0b5a357a9973c24f00d8ea9c763330d7a2af5353.tar.gz historical-0b5a357a9973c24f00d8ea9c763330d7a2af5353.tar.bz2 historical-0b5a357a9973c24f00d8ea9c763330d7a2af5353.zip |
Forgot to add the siege patch.
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/files/siege-gentoo_openssl.patch | 11 |
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> |