ports/net/py-ldap/files/patch-setup.cfg
Ruslan Makhmatkhanov 7becd3b8b8 net/py-ldap: do not imply openldap 2.4
- add patch to fix build OpenLDAP 2.5
- do not imply 2.4 version

PR:		260054
Reported by:	delphij
2021-12-02 13:27:12 +03:00

11 lines
246 B
INI

--- setup.cfg.orig 2020-06-29 14:13:36 UTC
+++ setup.cfg
@@ -5,7 +5,7 @@ license_file = LICENCE
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
extra_compile_args =
extra_objects =
-libs = ldap_r lber
+libs = ldap lber
[install]
compile = 1