1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00
This commit is contained in:
Daniel Stenberg 2000-05-22 19:09:31 +00:00
parent dbd864a2a6
commit e27e490c7e

View File

@ -98,6 +98,7 @@ static void DynaOpen(void)
#else
/* and some systems don't have the RTLD_GLOBAL symbol */
RTLD_LAZY
#endif
#endif
);
libldap = dlopen("libldap.so", RTLD_LAZY);