summaryrefslogtreecommitdiff
path: root/pyuno/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
5 08:09:21 +0100'>2024-01-15Update libxmlsec to 1.3.3Miklos Vajna 2023-09-15A more principled suppression of -fsanitize=function in external C codeStephan Bergmann 2023-06-09Update libxmlsec to 1.3.1Miklos Vajna 2023-04-26Revert "workaround compile failures in libxml, with clang-17"Noel Grandin 2023-04-25add --disable-pedantic to avoid warnings as error for xmlsecCaolán McNamara 2023-04-25workaround compile failures in libxml, with clang-17Noel Grandin 2023-01-27Remove support for AIXStephan Bergmann 2022-11-08Update libxmlsec to 1.2.36Miklos Vajna 2022-10-28xmlsec: blind fix to lower the possibly pointless NSS requirementMiklos Vajna 2022-10-27Update libxmlsec to 1.2.35Miklos Vajna 2022-05-01try to use also proper debug LDFLAGS for externals librariesLuboš Luňák 2022-04-12use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject'sLuboš Luňák 2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski 2021-08-13xmlsec: add XSLT safety warning labelMichael Stahl 2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski 2021-05-05Switch OPENSSL config var from negative to positiveJan-Marek Glogowski 2021-04-30external: update libxmlsec to 1.2.32Miklos Vajna 2021-04-07xmlsec: fix signing documents on WNTMichael Stahl 2021-02-15tdf#140234: Fix xmlsec on Windows 7Aron Budea 2020-07-05Use up-to-date config.{guess,sub} for external/xmlsec, tooTor Lillqvist 2020-06-10Enable cross-compilation of xmlsec on macOS (without pkg-config)Tor Lillqvist 2020-05-07no longer force -arch:SSE on WindowsLuboš Luňák 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák 2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann 2018-11-29libxmlsec: rewrite README now that we no longer patch the libraryMiklos Vajna 2018-11-15libxmlsec: drop last not needed patchMiklos Vajna 2018-11-08xmlsec: replace patch with specifying NSPR/NSS_CFLAGS/LIBSMiklos Vajna 2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl 2018-10-30external: upgrade libxmlsec to 1.2.27Miklos Vajna 2018-10-11xmlsec: replace xmlsec1-vc.patch.1 with backportMiklos Vajna 2018-09-20xmlsec: drop no longer needed xmlsec1-1.2.14_fix_extern_c.patch.1Miklos Vajna 2018-09-13xmlsec windows: replace debug runtime patch with configure switchMiklos Vajna 2018-08-16xmlsec: replace macOS configure patch with backportMiklos Vajna 2018-08-02libxmlsec windows: no longer build the mscrypto backendMiklos Vajna 2018-06-22libxmlsec windows: enable ECDSA supportMiklos Vajna 2018-06-21fix xmlsec for --with-system-nssLuboš Luňák 2018-06-20xmlsec: update to 1.2.26Miklos Vajna 2018-06-05libxmlsec: drop not needed xmlsec1-customkeymanage.patch.1Miklos Vajna 2018-05-11Related: tdf#109180 xmlsec nss: backport ecdsa fixMiklos Vajna 2017-11-01external: consistently use gb_ExternalProject_use_nmakeMichael Stahl 2017-09-20Upgrade libxmlsec to 1.2.25Miklos Vajna 2017-09-15consistent naming of externals: libxmlsec -> xmlsecMichael Stahl