diff options
author | Adam <Adam@anope.org> | 2014-12-02 15:49:14 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-12-02 15:49:14 -0500 |
commit | 4fc71bb22f77930885b11182ad34705d1160efc0 (patch) | |
tree | 9f8880ea534634a572bbe796b1ffa1566c3e3d2e /modules/extra/m_ldap.cpp | |
parent | 4f33b17f96257b0ad4b87339509e8a5a8ea5ed77 (diff) |
Link m_ldap against ldap_r not ldap
Diffstat (limited to 'modules/extra/m_ldap.cpp')
-rw-r--r-- | modules/extra/m_ldap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/extra/m_ldap.cpp b/modules/extra/m_ldap.cpp index dbf7a4aaa..05d54e896 100644 --- a/modules/extra/m_ldap.cpp +++ b/modules/extra/m_ldap.cpp @@ -1,5 +1,5 @@ -/* RequiredLibraries: ldap,lber */ -/* RequiredWindowsLibraries: libldap,liblber */ +/* RequiredLibraries: ldap_r,lber */ +/* RequiredWindowsLibraries: libldap_r,liblber */ #include "module.h" #include "modules/ldap.h" |