Skip to content

Commit

Permalink
Link with lber
Browse files Browse the repository at this point in the history
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 <cheimes@redhat.com>
  • Loading branch information
Christian Heimes authored and Petr Viktorin committed Jan 30, 2018
1 parent e148184 commit 671d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 671d9f1

Please sign in to comment.