From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Un-break AIX build, take 2. |
Date: | 2021-07-09 20:59:27 |
Message-ID: | E1m1xap-00026f-Lt@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Un-break AIX build, take 2.
I incorrectly diagnosed the reason why hoverfly is unhappy.
Looking closer, it appears that it fails to link libldap
unless libssl is also present; so the problem was my
idea of clearing LIBS before making the check. Revert
to essentially the original coding, except that instead
of failing when libldap_r isn't there, use libldap.
Per buildfarm member hoverfly.
Discussion: https://postgr.es/m/17083-a19190d9591946a7@postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/53c38a086a8001d63401671755638bc95c7fa1c7
Modified Files
--------------
configure | 97 ++++++++++++++++++++++++------------------------------------
configure.ac | 26 ++++++++--------
2 files changed, 51 insertions(+), 72 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dean Rasheed | 2021-07-10 11:54:15 | pgsql: Fix numeric_mul() overflow due to too many digits after decimal |
Previous Message | Alvaro Herrera | 2021-07-09 20:11:22 | pgsql: libpq: Fix sending queries in pipeline aborted state |