From: Andres Freund Date: Fri, 23 Sep 2022 03:36:28 +0000 (-0700) Subject: ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/... X-Git-Tag: REL_16_BETA1~1634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e6ee69641b8ea1e24f05ee64393a52e495bf86;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/.cirrus.yml b/.cirrus.yml index f7868c358ef..0e3b2d42681 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -109,6 +109,7 @@ task: --buildtype=debug \ -Dcassert=true -Dssl=openssl -Duuid=bsd -Dtcl_version=tcl86 -Ddtrace=auto \ -DPG_TEST_EXTRA="$PG_TEST_EXTRA" \ + -Dextra_lib_dirs=/usr/local/lib -Dextra_include_dirs=/usr/local/include/ \ build EOF build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS}'