aports/community/py3-pyldap/fix-openldap-2.5-compat.patch

14 lines
300 B
Diff

Upstream-Issue: https://github.com/python-ldap/python-ldap/issues/432
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,7 @@
# Example for full-featured build:
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
-libs = ldap_r lber
+libs = ldap lber
# Installation options
[install]