diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-28 23:20:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-07-29 07:09:26 +0000 |
commit | 73cd9c480c681d076e837aa7ba1ea706de3f3d0e (patch) | |
tree | c219b98eed8327635ab0b60e81bc37b5e96da26f | |
parent | 73c8bc849c0024d5d81ab0370cffa6aa24b56d22 (diff) |
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@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r-- | external/libxmlsec/UnpackedTarball_xmlsec.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/libxmlsec/UnpackedTarball_xmlsec.mk b/external/libxmlsec/UnpackedTarball_xmlsec.mk index 9de7c2f3edb4..902a16c513ca 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)) |