summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch')
-rw-r--r--dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch
deleted file mode 100644
index 93c0ff052e6f..000000000000
--- a/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py 2021-04-15 11:18:45.040000000 +0300
-+++ b/setup.py 2021-04-15 11:18:59.880000000 +0300
-@@ -87,8 +87,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")
- extra_args.append("-Wl,-rpath,$ORIGIN/lib")
- extra_args.append("-Wl,-rpath,$ORIGIN/../lib")
- self.compiler.link_executable(