diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-28 20:26:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-28 20:26:16 +0100 |
commit | 85832fbcbf857617844a0efa46952d9d85c952fe (patch) | |
tree | af7e4eacf533f33f9427558929eb5c8ebb6fb419 /dev-python/cx_Freeze/files | |
parent | dev-python/arrow: Remove old (diff) | |
download | gentoo-85832fbcbf857617844a0efa46952d9d85c952fe.tar.gz gentoo-85832fbcbf857617844a0efa46952d9d85c952fe.tar.bz2 gentoo-85832fbcbf857617844a0efa46952d9d85c952fe.zip |
dev-python/cx_Freeze: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cx_Freeze/files')
-rw-r--r-- | dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch | 11 |
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( |