pgsql: libpq-oauth: Fix Makefile dependencies - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: libpq-oauth: Fix Makefile dependencies
Date
Msg-id E1w16SK-003rr0-0P@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add commit b6eb8dde6b to .git-blame-ignore-revs.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix bug due to confusion about what IsMVCCSnapshot means