summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-09-02 15:10:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-09-02 16:14:31 +0200
commit4f1aeeb06cbbe32dff49038e01d05a90d1c600e2 (patch)
treeb4260c3a84241a3f66c37c796e066c0f6f2d6a60 /xmlsecurity
parent02dc0a8b3e641c3e081b1a167b6570a93f313a95 (diff)
Set EXTRA_ENV_VARS with +=
There's only this single setting right now, but there could be more (see e.g. the commits leading up to 5aa8e7ef07229d48cb719a5f3f01c9a7fa445554 "Fix setting SAL_NON_APPLICATION_FONT_USE"), so make sure they wouldn't accidentally overwrite each other. Change-Id: I08746dee491e0b04c32e0897bec0fa8966065279 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139262 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/CppunitTest_xmlsecurity_signing.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
index 91b4ae39ff93..baa3f5b2cec0 100644
--- a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
+++ b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
@@ -72,7 +72,7 @@ endif
ifeq ($(OS),LINUX)
# reset the LD_LIBRARY_PATH for spawned GPG processes
$(call gb_CppunitTest_get_target,xmlsecurity_signing): \
- EXTRA_ENV_VARS := \
+ EXTRA_ENV_VARS += \
LIBO_LD_PATH=$$LD_LIBRARY_PATH
endif