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, 11 insertions, 0 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
new file mode 100644
index 000000000000..c280767a442d
--- /dev/null
+++ b/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
@@ -0,0 +1,11 @@
+--- 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,