summaryrefslogtreecommitdiff
path: root/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch')
-rw-r--r--dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
new file mode 100644
index 000000000000..760ac42fb942
--- /dev/null
+++ b/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index 3149360..e06a1d3 100755
+--- a/setup.py
++++ b/setup.py
+@@ -99,8 +99,6 @@ class build_ext(setuptools.command.build_ext.build_ext):
+ # macOS on Github Actions
+ extra_args.append("-Wl,-export_dynamic")
+ else:
+- if not self.debug:
+- extra_args.append("-s")
+ extra_args.append("-Wl,-rpath,$ORIGIN/lib")
+ extra_args.append("-Wl,-rpath,$ORIGIN/../lib")
+ self.compiler.link_executable(