Re: Lower priority of the configure option --with-libraries causes wrong lib resolution
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Charles Samborski <demurgos@demurgos.net>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2025-06-15T21:41:37Z
Lists: pgsql-bugs
Attachments
- v1-avoid-overriding-libdirs.patch (text/x-diff) patch v1
I wrote: > I would pin the blame here. This code should not be messing with > the global LDFLAGS. Looking closer, we've made the same mistake elsewhere. I think we need something like the attached to ensure that -L switches coming from libraries' configure helpers don't override user-specified directories. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Don't put library-supplied -L/-I switches before user-supplied ones.
- c5bd803e5816 13.22 landed
- bbc20c8a9ffd 16.10 landed
- a644f5fc66a3 17.6 landed
- 2dee95bd0cf1 14.19 landed
- 19857437b073 15.14 landed
- 8e5e3ff55641 18.0 landed
- 4300d8b6a79d 19 (unreleased) landed
-
psql: Change new \conninfo to use SSL instead of TLS
- 6d6480066c1a 18.0 cited