mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -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="
|
(list (string-append "--mandir="
|
||||||
(assoc-ref %outputs "doc")
|
(assoc-ref %outputs "doc")
|
||||||
"/share/man")
|
"/share/man")
|
||||||
|
"--disable-static"
|
||||||
|
|
||||||
;; Disable zero malloc check that fails when cross-compiling.
|
;; Disable zero malloc check that fails when cross-compiling.
|
||||||
,@(if (%current-target-system)
|
,@(if (%current-target-system)
|
||||||
'("--disable-malloc0returnsnull")
|
'("--disable-malloc0returnsnull")
|
||||||
|
|
Loading…
Reference in a new issue