diff options
author | 2021-04-15 12:11:59 +0300 | |
---|---|---|
committer | 2021-04-15 12:13:22 +0300 | |
commit | 5825a4c61fc12db62e869431ff41844a5760eaec (patch) | |
tree | f82ea492c8e456fb26c5cf27061595e164d8fa29 /dev-python/cx_Freeze/files | |
parent | dev-python/cx_Freeze: add missing dependency for dev-python/importlib_metadata (diff) | |
download | gentoo-5825a4c61fc12db62e869431ff41844a5760eaec.tar.gz gentoo-5825a4c61fc12db62e869431ff41844a5760eaec.tar.bz2 gentoo-5825a4c61fc12db62e869431ff41844a5760eaec.zip |
dev-python/cx_Freeze: version bump
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@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, 11 insertions, 0 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 new file mode 100644 index 000000000000..93c0ff052e6f --- /dev/null +++ b/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.patch @@ -0,0 +1,11 @@ +--- 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( |