mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: webkitgtk: Use system malloc.
* gnu/packages/webkit.scm (webkitgtk) [arguments]<#:configure-flags>: Use system malloc. Closes: guix/guix#5147 Change-Id: Ifb633fb7df66b50df51339b775f5ebbbf67b8ec3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
84e4ab8c55
commit
85fdc74f9e
@@ -10,6 +10,7 @@
|
||||
;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2024 Abhishek Cherath <abhi@quic.us>
|
||||
;;; Copyright © 2025 Juliana Sims <juli@incana.org>
|
||||
;;; Copyright © 2026 Konstantin Suntsov <protvin@disroot.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -160,6 +161,7 @@ engine that uses Wayland for graphics output.")
|
||||
;; webkitgtk.
|
||||
"-DENABLE_MINIBROWSER=ON"
|
||||
"-DUSE_LIBBACKTRACE=OFF" ; XXX: circular dependency
|
||||
"-DUSE_SYSTEM_MALLOC=ON"
|
||||
;; The default lib installation prefix is lib64.
|
||||
(string-append "-DLIB_INSTALL_DIR=" #$output "/lib")
|
||||
;; XXX: WebKitGTK makes use of elogind's systemd-compatible
|
||||
|
||||
Reference in New Issue
Block a user