[Libreoffice-commits] core.git: external/libxmlsec
Miklos Vajna
vmiklos at collabora.co.uk
Fri Jul 29 07:10:02 UTC 2016
external/libxmlsec/UnpackedTarball_xmlsec.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 73cd9c480c681d076e837aa7ba1ea706de3f3d0e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Jul 28 23:20:55 2016 +0200
xmlsec: xmlsec1-keyinfo-revert.patch.1 is not needed on WNT
Change-Id: I1dbb6bf57dc78f321e6e6d69b7e573309aff8f48
Reviewed-on: https://gerrit.libreoffice.org/27658
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/external/libxmlsec/UnpackedTarball_xmlsec.mk b/external/libxmlsec/UnpackedTarball_xmlsec.mk
index 9de7c2f..902a16c 100644
--- a/external/libxmlsec/UnpackedTarball_xmlsec.mk
+++ b/external/libxmlsec/UnpackedTarball_xmlsec.mk
@@ -18,7 +18,9 @@ xmlsec_patches += xmlsec1-win32-fix-undeclared.patch.1
xmlsec_patches += xmlsec1-vc.patch.1
xmlsec_patches += xmlsec1-1.2.14_fix_extern_c.patch.1
xmlsec_patches += xmlsec1-customkeymanage.patch.1
+ifneq ($(OS),WNT)
xmlsec_patches += xmlsec1-keyinfo-revert.patch.1
+endif
$(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
More information about the Libreoffice-commits
mailing list