X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=mod_ssl-db3.patch;h=085064eb47b39e0730e57414cdc61495d6195d96;hb=2430910d6209806dafc02357435bdb5565d96e90;hp=6842b1380ec1df83e1536e02ec302d1b8de39662;hpb=41b06a1945629ec95a192c94ca6b7e1ff8fb9c9a;p=packages%2Fapache1-mod_ssl.git diff --git a/mod_ssl-db3.patch b/mod_ssl-db3.patch index 6842b13..085064e 100644 --- a/mod_ssl-db3.patch +++ b/mod_ssl-db3.patch @@ -1,19 +1,21 @@ ---- mod_ssl-2.6.6-1.3.12/pkg.sslmod/mod_ssl.h~ Wed May 3 18:28:56 2000 -+++ mod_ssl-2.6.6-1.3.12/pkg.sslmod/mod_ssl.h Sun Nov 12 00:04:04 2000 -@@ -338,8 +338,12 @@ +--- mod_ssl-2.8.4-1.3.20/pkg.sslmod/mod_ssl.h~ Wed May 3 18:28:56 2000 ++++ mod_ssl-2.8.4-1.3.20/pkg.sslmod/mod_ssl.h Sun Nov 12 00:04:04 2000 +@@ -338,6 +338,15 @@ #define SSL_DBM_FILE_SUFFIX_PAG ".pag" #else /* !SSL_USE_SDBM */ - #if defined(__GLIBC__) && defined(__GLIBC_MINOR__) \ -- && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 ++#if defined(__GLIBC__) && defined(__GLIBC_MINOR__) \ + && __GLIBC__ >= 2 && __GLIBC_MINOR__ == 1 - #include ++#include +#elif defined(__GLIBC__) && defined(__GLIBC_MINOR__) \ + && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 2 +#define DB_DBM_HSEARCH 1 +#include - #else ++#else #include - #endif ++#endif + #define ssl_dbm_open dbm_open + #define ssl_dbm_close dbm_close + #define ssl_dbm_store dbm_store --- mod_ssl-2.6.6-1.3.12/pkg.sslmod/Makefile.tmpl~ Thu Feb 24 20:33:23 2000 +++ mod_ssl-2.6.6-1.3.12/pkg.sslmod/Makefile.tmpl Sun Nov 12 00:02:32 2000 @@ -133,7 +133,7 @@