xmlsecurity/CppunitTest_xmlsecurity_signing2.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 2ad6d850d3565b8db82bcac0a64d499e3b48bd8a Author: Michael Stahl <[email protected]> AuthorDate: Wed Jan 8 14:07:17 2025 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Thu Jan 9 09:54:25 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 (cherry picked from commit b57f1f7be140c5c69136e2b5c8b8826b1b27141a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179961 Reviewed-by: Xisco Fauli <[email protected]> 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
