pgsql: ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...
Date: 2022-09-23 04:48:20
Message-ID: E1obabs-001bZQ-5W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...

Ommitted in e6b6ea025cc, but necessary for libintl to be found. All other
dependencies can be found via pkg-config (which searches in /usr/local/...)
and thus worked even without adding the directories.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e3e6ee69641b8ea1e24f05ee64393a52e495bf86

Modified Files
--------------
.cirrus.yml | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-09-23 15:24:23 pgsql: Doc: add list of major features to the v15 release notes.
Previous Message Amit Kapila 2022-09-23 03:06:28 pgsql: Allow publications with schema and table of the same schema.