http://bugs.winehq.org/show_bug.cgi?id=59931 Bug ID: 59931 Summary: It's no longer possible to build bundled libldap with LDAP_DEBUG defined Product: Wine Version: 11.11 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wldap32 Assignee: wine-bugs@list.winehq.org Reporter: dmitry@baikal.ru CC: julliard@winehq.org Regression SHA1: 27bc3b24d5d68cac1e57c79cc50d4aa0438b4306 Distribution: --- Commit 27bc3b24d5d68cac1e57c79cc50d4aa0438b4306 removed libldap/print.c which breaks building bundled libldap with LDAP_DEBUG defined: lld-link: error: undefined symbol: ldap_log_printf lld-link: error: undefined symbol: ber_pvt_wsa_err2string make: *** [dlls/wldap32/i386-windows/wldap32.dll] Error 2 make: *** [dlls/wldap32/x86_64-windows/wldap32.dll] Error 2 It proved to be very helpful to trace libldap when debugging Kerberos related issues, so it would be useful to restore this feature. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.