]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-db4.patch
- added strsignal patch (use strsignal() instead of sys_siglist removed in glibc...
[packages/apache1.git] / apache1-db4.patch
index cd9b242eee2048b66f234c83578da0a2374e20f4..c88e85e8eba7146e98e2cd4c404387f29633bf44 100644 (file)
@@ -5,7 +5,7 @@
  #define DB3
  #endif
 -#if (DB_VERSION_MAJOR == 4)
-+#if (DB_VERSION_MAJOR == 4) || (DB_VERSION_MAJOR == 5)
++#if (DB_VERSION_MAJOR >= 4)
  #define DB4
  #endif
  #endif
This page took 0.048569 seconds and 4 git commands to generate.