mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- add patch to fix build OpenLDAP 2.5 - do not imply 2.4 version PR: 260054 Reported by: delphij
11 lines
246 B
INI
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
|