xmlsecurity/CppunitTest_xmlsecurity_signing2.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit b57f1f7be140c5c69136e2b5c8b8826b1b27141a Author: Michael Stahl <[email protected]> AuthorDate: Wed Jan 8 14:07:17 2025 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Wed Jan 8 16:48:37 2025 +0100 xmlsecurity: fix --without-system-nss build signing2.cxx:71: error: undefined reference to 'NSS_OptionSet' (regression from commit f0efcb917049547ad0496c004830ff0153602071) Change-Id: Idad3f7d5d1a2cb642ac3485a750cdc7631fbf4df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179954 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins diff --git a/xmlsecurity/CppunitTest_xmlsecurity_signing2.mk b/xmlsecurity/CppunitTest_xmlsecurity_signing2.mk index 0cd450121979..a396a4e2ce23 100644 --- a/xmlsecurity/CppunitTest_xmlsecurity_signing2.mk +++ b/xmlsecurity/CppunitTest_xmlsecurity_signing2.mk @@ -42,6 +42,7 @@ ifneq ($(OS),WNT) ifneq (,$(ENABLE_NSS)) $(eval $(call gb_CppunitTest_use_externals,xmlsecurity_signing2,\ nssutil3 \ + nss3 \ )) endif endif
