]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update configure's probe for libldap to work with OpenLDAP 2.5.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Jul 2021 16:38:55 +0000 (12:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Jul 2021 16:38:55 +0000 (12:38 -0400)
commit7e0b53ad6d99ad30c54b0586e28e39e7667712de
treedf8a4b0673cf1631d249a004222b57e6c9f24cf6
parent51df19a0546220614b1ea53a584fe5c6717ccc56
Update configure's probe for libldap to work with OpenLDAP 2.5.

The separate libldap_r is gone and libldap itself is now always
thread-safe.  Unfortunately there seems no easy way to tell by
inspection whether libldap is thread-safe, so we have to take
it on faith that libldap is thread-safe if there's no libldap_r.
That should be okay, as it appears that libldap_r was a standard
part of the installation going back at least 20 years.

Report and patch by Adrian Ho.  Back-patch to all supported
branches, since people might try to build any of them with
a newer OpenLDAP.

Discussion: https://postgr.es/m/17083-a19190d9591946a7@postgresql.org
configure
configure.in
src/include/pg_config.h.in