Author: stsp
Date: Mon Sep 14 10:54:59 2026
New Revision: 1938192

Log:
* tools/dev/unix-build/Makefile.svn: Update to apr-util 1.6.5.

Also fix wrong configure option name --with-ldap-includes (plural).
This option is actually called --with-ldap-include (singular).
Prevents a build failure where ldap.h was not being included.

Modified:
   subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn  Mon Sep 14 10:26:23 
2026        (r1938191)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn  Mon Sep 14 10:54:59 
2026        (r1938192)
@@ -108,7 +108,7 @@ APR_VER             = 1.7.6
 APR_ICONV_VER  = 1.2.1
 GNU_ICONV_VER  = 1.15
 OPENLDAP_VER   = 2.6.10
-APR_UTIL_VER   = 1.6.3
+APR_UTIL_VER   = 1.6.5
 PCRE_VER       = 8.45
 HTTPD_VER      = 2.4.65
 NEON_VER       = 0.32.5
@@ -746,7 +746,7 @@ $(APR_UTIL_OBJDIR)/.configured: $(APR_UT
                --enable-maintainer-mode \
                --with-apr=$(PREFIX)/apr \
                --with-berkeley-db=$(PREFIX)/bdb \
-               --with-ldap-includes=$(PREFIX)/openldap/include/ \
+               --with-ldap-include=$(PREFIX)/openldap/include/ \
                --with-ldap-lib=$(PREFIX)/openldap/lib/ \
                --with-ldap=yes \
                $(ICONV_FLAG)

Reply via email to