diff options
-rwxr-xr-x | scripts/spmbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/spmbuild b/scripts/spmbuild index e2cb8ca..1af9641 100755 --- a/scripts/spmbuild +++ b/scripts/spmbuild @@ -155,6 +155,8 @@ function spm_build_initialize_stage2() { source <(spm_build_mkruntime "${SPM_BUILD_RUNTIME}") export LD_LIBRARY_PATH="${SPM_BUILD_RUNTIME}/lib:${SPM_BUILD_RUNTIME}/lib64" export LD_RUN_PATH="${LD_LIBRARY_PATH}" + export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 + export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 } function spm_build_cleanup() { |