me
/
guix
Archived
1
0
Fork 0

gnu: libx11: Do not build static libraries.

* gnu/packages/xorg.scm (libx11)[arguments]: Add "--disable-static" in
  #:configure-flags.
master
Marius Bakke 2019-12-04 04:54:49 +01:00
parent 5498fcc438
commit 526ca00af6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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")