| From: | Jacob Champion <jchampion(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: libpq-oauth: Fix Makefile dependencies |
| Date: | 2026-03-13 17:37:48 |
| Message-ID: | E1w16SK-003rr0-0P@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
libpq-oauth: Fix Makefile dependencies
As part of 6225403f2, I'd removed the override for the `stlib` target,
since NAME no longer contains a major version number. But I forgot that
its dependencies are declared before Makefile.shlib is included; those
dependencies were then omitted entirely.
Per buildfarm member indri, which appears to be the only system so far
that's bothered by an empty archive.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b634c4e0e8f47186c664f7141e8ab0b73c50eb0c
Modified Files
--------------
src/interfaces/libpq-oauth/Makefile | 1 +
1 file changed, 1 insertion(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2026-03-13 17:55:47 | pgsql: Fix bug due to confusion about what IsMVCCSnapshot means |
| Previous Message | Nathan Bossart | 2026-03-13 16:45:56 | pgsql: Add commit b6eb8dde6b to .git-blame-ignore-revs. |