mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libx11: Do not build static libraries.
* gnu/packages/xorg.scm (libx11)[arguments]: Add "--disable-static" in #:configure-flags.
This commit is contained in:
parent
5498fcc438
commit
526ca00af6
1 changed files with 2 additions and 0 deletions
|
@ -5333,6 +5333,8 @@ (define-public libx11
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue