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
,python3
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,python3
,$(PYTHON_TARBALL
),,python3
))
14 $(eval
$(call gb_UnpackedTarball_fix_end_of_line
,python3
,\
15 PCbuild
/libffi.props \
20 # use binary flag so patch from git-bash won't choke on mixed line-endings in patches
21 $(eval
$(call gb_UnpackedTarball_set_patchflags
,python3
,--binary
))
24 # external/python3/0001-bpo-45898-Remove-duplicate-symbols-from-_ctypes-cfie.patch.1:
25 # backport from https://github.com/python/cpython/commit/38f331d4656394ae0f425568e26790ace778e076
26 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
27 external
/python3
/0001-bpo-45898-Remove-duplicate-symbols-from-_ctypes-cfie.patch
.1 \
28 external
/python3
/i100492-freebsd.patch
.1 \
29 external
/python3
/python-3.3
.0-darwin.patch
.1 \
30 external
/python3
/python-3.8
-msvc-libffi.patch
.1 \
31 external
/python3
/python-3.7
.6-msvc-ssl.patch
.1 \
32 external
/python3
/python-3.5
.4-msvc-disable.patch
.1 \
33 external
/python3
/ubsan.patch
.0 \
34 external
/python3
/python-3.5.tweak.
strip.soabi.patch \
35 external
/python3
/darwin.patch
.0 \
36 external
/python3
/tsan.patch
.0 \
37 external
/python3
/init-sys-streams-cant-initialize-stdin.patch
.0 \
40 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD SOLARIS
,$(OS
)),)
41 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
42 external
/python3
/python-3.3
.3-elf-rpath.patch
.1 \
46 ifneq ($(ENABLE_RUNTIME_OPTIMIZATIONS
),TRUE
)
47 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
48 external
/python3
/python-3.3
.3-disable-obmalloc.patch
.0 \
52 ifneq ($(SYSTEM_ZLIB
),TRUE
)
53 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
, \
54 external
/python3
/internal-zlib.patch
.0 \
58 # vim: set noet sw=4 ts=4: