From 671d9f1722a2c8f6c8a15e8c240a8a1f6b3a898f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 30 Jan 2018 12:11:26 +0100 Subject: [PATCH] Link with lber setup.cfg overrides settings in setup.py. Include lber in list of libraries in setup.cfg, too. https://github.com/python-ldap/python-ldap/pull/173 Signed-off-by: Christian Heimes --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 374dd42..87cdfd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ extra_objects = # Example for full-featured build: # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r. -libs = ldap_r +libs = ldap_r lber # Installation options [install]