[Pkg-openldap-devel] Bug#505421: FTBFS with GCC 4.4: stricter preprocessor checks
Hallvard B Furuseth
h.b.furuseth at usit.uio.no
Tue Nov 25 12:26:35 UTC 2008
The include/ldap_pvt_thread.h patch is wrong. This:
#if LDAP_PVT_THREAD_STACK_SIZE == 0
is true also when LDAP_PVT_THREAD_STACK_SIZE is undefined. It should be
#if defined( LDAP_PVT_THREAD_STACK_SIZE ) && LDAP_PVT_THREAD_STACK_SIZE == 0
Both bugs are fixed in OpenLDAP 2.4.13.
--
Regards,
Hallvard Furuseth
More information about the Pkg-openldap-devel
mailing list