26 lines
787 B
Diff
26 lines
787 B
Diff
From de85e6b833fc43f273f688680d7a95e9a8330704 Mon Sep 17 00:00:00 2001
|
|
From: William Brown <william@blackhats.net.au>
|
|
Date: Tue, 5 Aug 2025 15:24:49 +1000
|
|
Subject: [PATCH] Use reentrant libldap
|
|
|
|
---
|
|
Build/setup.cfg.suse-linux | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Build/setup.cfg.suse-linux b/Build/setup.cfg.suse-linux
|
|
index 0a48ef2..d715737 100644
|
|
--- a/Build/setup.cfg.suse-linux
|
|
+++ b/Build/setup.cfg.suse-linux
|
|
@@ -15,7 +15,7 @@ extra_objects =
|
|
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
|
|
# This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
|
|
# ./configure --with-cyrus-sasl --with-tls
|
|
-libs = ldap_r lber sasl2 ssl crypto
|
|
+libs = ldap lber sasl2 ssl crypto
|
|
|
|
[install]
|
|
# Installation options
|
|
--
|
|
2.39.5 (Apple Git-154)
|
|
|