From f636a5f078e2826df2d66b2c5b8f0073d627caa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 7 May 2019 15:33:47 +0200 Subject: [PATCH] environment/setup/sourcepkg.sh: unset GIR_EXTRA_... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- common/environment/setup/sourcepkg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/environment/setup/sourcepkg.sh b/common/environment/setup/sourcepkg.sh index cf35358c8e0..94b24ac8921 100644 --- a/common/environment/setup/sourcepkg.sh +++ b/common/environment/setup/sourcepkg.sh @@ -25,6 +25,9 @@ unset -v skip_extraction # hooks/post-install/03-strip-and-debug-pkgs unset -v nodebug +# build-helpers/gir.sh for cross builds +unset -v GIR_EXTRA_LIBS_PATH GIR_EXTRA_OPTIONS + ## FUNCTIONS unset -f pre_fetch do_fetch post_fetch unset -f pre_extract do_extract post_extract