]> git.pld-linux.org Git - packages/php.git/commitdiff
- db 3.1.x from Ra seems OK
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Jun 2003 11:19:22 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-allow-db31.patch -> 1.1

php-allow-db31.patch [new file with mode: 0644]

diff --git a/php-allow-db31.patch b/php-allow-db31.patch
new file mode 100644 (file)
index 0000000..e7fdac5
--- /dev/null
@@ -0,0 +1,18 @@
+--- php-4.3.2/ext/dba/config.m4.orig   Wed May 21 02:35:29 2003
++++ php-4.3.2/ext/dba/config.m4        Mon Jun 23 11:53:32 2003
+@@ -176,13 +176,13 @@
+     AC_MSG_CHECKING(if db can be used as shared extension)
+     AC_EGREP_CPP(yes,[
+ #include "$THIS_INCLUDE"
+-#if DB_VERSION_MAJOR > 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 2)
++#if DB_VERSION_MAJOR > 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR > 0)
+       yes
+ #endif
+     ],[
+       AC_MSG_RESULT(yes)
+     ],[
+-      AC_MSG_ERROR(At least version 3.3 is required)
++      AC_MSG_ERROR(At least version 3.1 is required)
+     ])
+   fi
+   if test -n "$THIS_LIBS"; then
This page took 0.905212 seconds and 4 git commands to generate.