mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03: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:
@@ -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}'
|
||||
|
Reference in New Issue
Block a user