Skip to content

Commit 671d9f1

Browse files
tiranencukou
authored andcommitted
Link with lber
setup.cfg overrides settings in setup.py. Include lber in list of libraries in setup.cfg, too. python-ldap#173 Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent e148184 commit 671d9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extra_objects =
1919

2020
# Example for full-featured build:
2121
# Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
22-
libs = ldap_r
22+
libs = ldap_r lber
2323

2424
# Installation options
2525
[install]

0 commit comments

Comments
 (0)