[Date Prev][Date Next] [Chronological] [Thread] [Top]

fix for building on Mac OS X (ITS#1444)



Full_Name: Marc Majka
Version: 2.0.18
OS: Mac OS X (10.1)
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (17.202.42.168)


File libraries/libldap/util-int.c, line 66 should be
    static ldap_pvt_thread_mutex_t ldap_int_resolv_mutex;

The "static" is missing.  This results a link error when building.