guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71897] [PATCH v7 9/9] gnu: telegram-desktop: Disable jemalloc.


From: Liliana Marie Prikler
Subject: [bug#71897] [PATCH v7 9/9] gnu: telegram-desktop: Disable jemalloc.
Date: Sat, 21 Sep 2024 16:15:30 +0200
User-agent: Evolution 3.48.4

Am Samstag, dem 21.09.2024 um 19:34 +0800 schrieb dan:
> * gnu/packages/telegram.scm: Disable jemalloc.
> 
> Change-Id: Ia89ca0fef6ddaa9f6eb32637471110a0cec7ec54
> ---
>  gnu/packages/telegram.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
> index 91e743aff3..327fd0d2b3 100644
> --- a/gnu/packages/telegram.scm
> +++ b/gnu/packages/telegram.scm
> @@ -46,7 +46,6 @@ (define-module (gnu packages telegram)
>    #:use-module (gnu packages gtk)
>    #:use-module (gnu packages hunspell)
>    #:use-module (gnu packages image)
> -  #:use-module (gnu packages jemalloc)
>    #:use-module (gnu packages kde-frameworks)
>    #:use-module (gnu packages language)
>    #:use-module (gnu packages libevent)
> @@ -475,7 +474,10 @@ (define-public telegram-desktop
>                "-DTDESKTOP_DISABLE_LEGACY_TGVOIP=ON"
>                "-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON"
>                "-DDESKTOP_APP_DISABLE_AUTOUPDATE=ON"
> -              "-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=ON")
> +              "-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=ON"
> +              ;; enabling jemalloc causes SIGSEGV.  this probably
> happened
> +              ;; after upgrading to glibc 2.39.
> +              "-DDESKTOP_APP_DISABLE_JEMALLOC=ON")
Since this is required for build, it should be squashed into the
previous commit. 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]