summaryrefslogtreecommitdiff
path: root/net/py-ldap0/files/patch-setup.cfg
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2021-10-11 16:41:16 +0200
committerPalle Girgensohn <girgen@FreeBSD.org>2021-10-11 16:42:38 +0200
commitc5420e877724ce867a6f8bcd98c613bb9af9e6e4 (patch)
tree9168f04535f811598bdb303b12f68bb36c7ad0dc /net/py-ldap0/files/patch-setup.cfg
parentdevel/onetbb: Fix amd64 build for 13-STABLE and 14-CURRENT (diff)
net/py-ldap0: update to 1.3.1
PR: 259050
Diffstat (limited to 'net/py-ldap0/files/patch-setup.cfg')
-rw-r--r--net/py-ldap0/files/patch-setup.cfg17
1 files changed, 12 insertions, 5 deletions
diff --git a/net/py-ldap0/files/patch-setup.cfg b/net/py-ldap0/files/patch-setup.cfg
index ac7d768e4791..a081d46ffcd1 100644
--- a/net/py-ldap0/files/patch-setup.cfg
+++ b/net/py-ldap0/files/patch-setup.cfg
@@ -1,10 +1,17 @@
---- setup.cfg.orig 2020-01-12 07:58:53 UTC
+--- setup.cfg.orig 2021-09-08 14:26:53 UTC
+++ setup.cfg
-@@ -1,6 +1,6 @@
- [_libldap0]
- defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
+@@ -13,12 +13,12 @@
+ # ./configure --with-cyrus-sasl --with-tls
+ defines = HAVE_SASL HAVE_TLS
+
-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
+extra_compile_args = -Wall
extra_objects =
- libs = ldap_r
+ # Example for full-featured build:
+ # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
+-libs = ldap_r
++libs = ldap
+
+ [metadata]
+ license_file = LICENSE