ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...
authorAndres Freund <andres@anarazel.de>
Fri, 23 Sep 2022 03:36:28 +0000 (20:36 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 23 Sep 2022 03:42:06 +0000 (20:42 -0700)
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.

.cirrus.yml

index f7868c358efcce298b09ba4ec5c5ceed93981765..0e3b2d426810f1575ff0cf69922000eeba0b7283 100644 (file)
@@ -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}'