gnu: libx11: Do not build static libraries.
* gnu/packages/xorg.scm (libx11)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
5498fcc438
commit
526ca00af6
|
@ -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")
|
||||
|
|
Reference in New Issue