Skip to content

Commit e3e6ee6

Browse files
committed
ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...
Ommitted in e6b6ea0, 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.
1 parent 13a185f commit e3e6ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ task:
109109
--buildtype=debug \
110110
-Dcassert=true -Dssl=openssl -Duuid=bsd -Dtcl_version=tcl86 -Ddtrace=auto \
111111
-DPG_TEST_EXTRA="$PG_TEST_EXTRA" \
112+
-Dextra_lib_dirs=/usr/local/lib -Dextra_include_dirs=/usr/local/include/ \
112113
build
113114
EOF
114115
build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS}'

0 commit comments

Comments
 (0)