diff options
author | Esteve Varela Colominas <esteve.varela@gmail.com> | 2022-03-12 20:06:02 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-13 20:20:08 +0200 |
commit | 07dc90a654db8896908499fb9644a25d4833d679 (patch) | |
tree | 7df9edf2bff8a2690de0fa94b9953466b479cbcc /net-im/telegram-desktop/files/tdesktop-3.1.0-jemalloc-only-telegram.patch | |
parent | sys-libs/tapi: drop 1.30 (diff) | |
download | gentoo-07dc90a654db8896908499fb9644a25d4833d679.tar.gz gentoo-07dc90a654db8896908499fb9644a25d4833d679.tar.bz2 gentoo-07dc90a654db8896908499fb9644a25d4833d679.zip |
net-im/telegram-desktop: Drop old
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-im/telegram-desktop/files/tdesktop-3.1.0-jemalloc-only-telegram.patch')
-rw-r--r-- | net-im/telegram-desktop/files/tdesktop-3.1.0-jemalloc-only-telegram.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net-im/telegram-desktop/files/tdesktop-3.1.0-jemalloc-only-telegram.patch b/net-im/telegram-desktop/files/tdesktop-3.1.0-jemalloc-only-telegram.patch deleted file mode 100644 index 7ad3e75e49ba..000000000000 --- a/net-im/telegram-desktop/files/tdesktop-3.1.0-jemalloc-only-telegram.patch +++ /dev/null @@ -1,35 +0,0 @@ -Only link jemalloc for the Telegram binary - -Some combination of factors is making the different codegen tools hang when -jemalloc is linked for those, and they're ran under portage's sandbox. Since -this is only used during build-time, and jemalloc is merely necessary to -improve runtime memory use, it's unnecessary to use it for anything else. - ---- tdesktop-3.1.0-full.orig/Telegram/CMakeLists.txt -+++ tdesktop-3.1.0-full/Telegram/CMakeLists.txt -@@ -1256,6 +1256,11 @@ - endif() - endif() - else() -+ target_link_libraries(Telegram -+ PRIVATE -+ desktop-app::external_jemalloc -+ ) -+ - if (NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION) - target_link_libraries(Telegram - PRIVATE ---- tdesktop-3.1.0-full.orig/cmake/options_linux.cmake -+++ tdesktop-3.1.0-full/cmake/options_linux.cmake -@@ -45,11 +45,6 @@ - target_link_options(common_options INTERFACE $<IF:$<CONFIG:Debug>,,-g -flto -fuse-linker-plugin>) - endif() - --target_link_libraries(common_options --INTERFACE -- desktop-app::external_jemalloc --) -- - if (DESKTOP_APP_USE_ALLOCATION_TRACER) - target_link_options(common_options - INTERFACE |