guix-commits
[Top][All Lists]
Advanced

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

70/94: gnu: libx11: Do not build static libraries.


From: guix-commits
Subject: 70/94: gnu: libx11: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:38 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 526ca00af6577a11da068c810b11890c7d8d384d
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:54:49 2019 +0100

    gnu: libx11: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libx11)[arguments]: Add "--disable-static" in
      #:configure-flags.
---
 gnu/packages/xorg.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 83732af..d531363 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5333,6 +5333,8 @@ draggable titlebars and borders.")
        (list (string-append "--mandir="
                             (assoc-ref %outputs "doc")
                             "/share/man")
+             "--disable-static"
+
              ;; Disable zero malloc check that fails when cross-compiling.
              ,@(if (%current-target-system)
                    '("--disable-malloc0returnsnull")



reply via email to

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