mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 14:54:02 -05:00
ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...
Ommitted in e6b6ea025c, 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.
This commit is contained in:
parent
13a185f54b
commit
e3e6ee6964
1 changed files with 1 additions and 0 deletions
|
|
@ -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}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue