summaryrefslogtreecommitdiff
path: root/dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-27 18:53:03 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-27 18:53:03 +0000
commit3482ddf943eff7b8848f1fb31350b99ce349e86a (patch)
tree9c9bb6ec6679e9dc44a84d87ba611989409b12ca /dev-python/cx_Freeze/files/cx_Freeze-6.5.3-buildsystem.patch
parent8e8120eabdd28020aa69c7a60505cce2edd20adc (diff)
downloadbaldeagleos-repo-21.1.3.tar.gz
baldeagleos-repo-21.1.3.tar.xz
baldeagleos-repo-21.1.3.zip
Updating liguros repov21.1.3
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,