bump product version to 4.1.6.2
[LibreOffice.git] / libxmlsec / UnpackedTarball_xmlsec.mk
blob7860295c4e6823960060dd18c6307f860a0ccd33
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
12 $(eval $(call gb_UnpackedTarball_set_tarball,xmlsec,$(LIBXMLSEC_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\
15 libxmlsec/xmlsec1-configure.patch \
16 libxmlsec/xmlsec1-configure-libxml-libxslt.patch \
17 libxmlsec/xmlsec1-olderlibxml2.patch \
18 libxmlsec/xmlsec1-oldlibtool.patch \
19 libxmlsec/xmlsec1-nssdisablecallbacks.patch \
20 libxmlsec/xmlsec1-nssmangleciphers.patch \
21 libxmlsec/xmlsec1-noverify.patch \
22 libxmlsec/xmlsec1-mingw-keymgr-mscrypto.patch \
23 libxmlsec/xmlsec1-vc.patch \
24 libxmlsec/xmlsec1-1.2.14_fix_extern_c.patch \
25 libxmlsec/xmlsec1-android.patch \
26 libxmlsec/xmlsec1-1.2.14-ansi.patch \
27 libxmlsec/xmlsec1-customkeymanage.patch \
30 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/mscrypto/akmngr.h,libxmlsec/include/akmngr_mscrypto.h))
31 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/mscrypto/akmngr.c,libxmlsec/src/akmngr_mscrypto.c))
32 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/nss/akmngr.h,libxmlsec/include/akmngr_nss.h))
33 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/nss/ciphers.h,libxmlsec/include/ciphers.h))
34 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/nss/tokens.h,libxmlsec/include/tokens.h))
35 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/nss/akmngr.c,libxmlsec/src/akmngr_nss.c))
36 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/nss/keywrapers.c,libxmlsec/src/keywrapers.c))
37 $(eval $(call gb_UnpackedTarball_add_file,xmlsec,src/nss/tokens.c,libxmlsec/src/tokens.c))
39 ifeq ($(OS)$(COM),WNTGCC)
40 $(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\
41 libxmlsec/xmlsec1-mingw32.patch \
43 endif
45 # vim: set noet sw=4 ts=4: