summaryrefslogtreecommitdiffstats
path: root/php-8.4.0-ldap_r.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-13 17:17:22 +0200
committerRemi Collet <remi@php.net>2024-08-13 17:17:22 +0200
commit2e5230819fb65319a5744dcf372aee3deb2a31b0 (patch)
treebc53fd8d3723a395fca52e085144855b792f9840 /php-8.4.0-ldap_r.patch
parent536922a7c7dc222b0ddf01e3d8ddedd9b676bf1a (diff)
Update to 8.4.0beta1
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