external/libxmlsec/UnpackedTarball_xmlsec.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 73cd9c480c681d076e837aa7ba1ea706de3f3d0e Author: Miklos Vajna <[email protected]> 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 <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> 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)) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
