summaryrefslogtreecommitdiffstats
path: root/php-8.4.0-ldap_r.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-8.4.0-ldap_r.patch')
-rw-r--r--php-8.4.0-ldap_r.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-8.4.0-ldap_r.patch b/php-8.4.0-ldap_r.patch
index ea27490..a574751 100644
--- a/php-8.4.0-ldap_r.patch
+++ b/php-8.4.0-ldap_r.patch
@@ -1,12 +1,12 @@
Use -lldap_r by default.
-diff -up php-7.4.0RC2/ext/ldap/config.m4.ldap_r php-7.4.0RC2/ext/ldap/config.m4
---- php-7.4.0RC2/ext/ldap/config.m4.ldap_r 2019-09-17 10:21:24.769200812 +0200
-+++ php-7.4.0RC2/ext/ldap/config.m4 2019-09-17 10:21:30.658181771 +0200
-@@ -71,7 +71,11 @@
- dnl -pc removal is a hack for clang
- MACHINE_INCLUDES=$($CC -dumpmachine | $SED 's/-pc//')
+diff -up php-8.4.0beta1/ext/ldap/config.m4.ldap_r php-8.4.0beta1/ext/ldap/config.m4
+--- php-8.4.0beta1/ext/ldap/config.m4.ldap_r 2024-08-13 15:48:12.000000000 +0200
++++ php-8.4.0beta1/ext/ldap/config.m4 2024-08-13 16:23:24.744311776 +0200
+@@ -72,7 +72,11 @@ if test "$PHP_LDAP" != "no"; then
+ AH_TEMPLATE([HAVE_ORALDAP],
+ [Define to 1 if the ldap extension uses the Oracle Instant Client.])
- if test -f $LDAP_LIBDIR/liblber.a || test -f $LDAP_LIBDIR/liblber.$SHLIB_SUFFIX_NAME || test -f $LDAP_LIBDIR/$MACHINE_INCLUDES/liblber.a || test -f $LDAP_LIBDIR/$MACHINE_INCLUDES/liblber.$SHLIB_SUFFIX_NAME; then
+ if test -f $LDAP_LIBDIR/libldap_r.$SHLIB_SUFFIX_NAME; then