Browse Source

also patch vendor configure script, we don't run autoconf

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
6c6b0d7683
  1. 13
      apache/php.patch
  2. 13
      php/php.patch

13
apache/php.patch

@ -8,3 +8,16 @@
dnl These functions are only available in version >= 9.2
PHP_CHECK_LIBRARY(clntsh, OCIEnvNlsCreate,
--- php-4.3.2/configure.dist 2003-07-01 13:52:41.000000000 +0200
+++ php-4.3.2/configure 2003-07-01 13:53:15.000000000 +0200
@@ -51349,10 +51349,6 @@
#define HAVE_OCI8_ATTR_STATEMENT 1
EOF
- cat >> confdefs.h <<\EOF
-#define HAVE_OCI8_SHARED_MODE 1
-EOF
-
save_old_LDFLAGS=$LDFLAGS

13
php/php.patch

@ -8,3 +8,16 @@
dnl These functions are only available in version >= 9.2
PHP_CHECK_LIBRARY(clntsh, OCIEnvNlsCreate,
--- php-4.3.2/configure.dist 2003-07-01 13:52:41.000000000 +0200
+++ php-4.3.2/configure 2003-07-01 13:53:15.000000000 +0200
@@ -51349,10 +51349,6 @@
#define HAVE_OCI8_ATTR_STATEMENT 1
EOF
- cat >> confdefs.h <<\EOF
-#define HAVE_OCI8_SHARED_MODE 1
-EOF
-
save_old_LDFLAGS=$LDFLAGS

Loading…
Cancel
Save