1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -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 #else
/* and some systems don't have the RTLD_GLOBAL symbol */ /* and some systems don't have the RTLD_GLOBAL symbol */
RTLD_LAZY RTLD_LAZY
#endif
#endif #endif
); );
libldap = dlopen("libldap.so", RTLD_LAZY); libldap = dlopen("libldap.so", RTLD_LAZY);