]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blobdiff - mod_ssl-db3.patch
- - updated to 2.8.28-1.3.37, updated nohttpd patch
[packages/apache1-mod_ssl.git] / mod_ssl-db3.patch
index 6842b1380ec1df83e1536e02ec302d1b8de39662..085064eb47b39e0730e57414cdc61495d6195d96 100644 (file)
@@ -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 <db1/ndbm.h>
++#include <db1/ndbm.h>
 +#elif defined(__GLIBC__) && defined(__GLIBC_MINOR__) \
 +    && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 2
 +#define DB_DBM_HSEARCH 1
 +#include <db.h>
- #else
++#else
  #include <ndbm.h>
- #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 @@
This page took 0.035925 seconds and 4 git commands to generate.