1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 14:03:13 +02:00

Link m_ldap against ldap_r not ldap

This commit is contained in:
Adam
2014-12-02 15:49:14 -05:00
parent 4f33b17f96
commit 4fc71bb22f
+2 -2
View File
@@ -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"