summaryrefslogtreecommitdiff
path: root/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch')
-rw-r--r--dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
deleted file mode 100644
index c280767a442d..000000000000
--- a/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py 2021-01-25 13:34:17.219027624 +0300
-+++ b/setup.py 2021-01-25 13:34:26.107026971 +0300
-@@ -67,8 +67,6 @@
- if "--with-lto" in get_config_var("CONFIG_ARGS"):
- extra_args.append("-flto")
- extra_args.append("-Wl,-export_dynamic")
-- else:
-- extra_args.append("-s")
- self.compiler.link_executable(
- objects,
- fullname,