mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: libxi: Add --disable-malloc0-returnsnull when necessary.
* gnu/packages/xorg.scm (libxi)[arguments]<#:configure-flags>: Add malloc0-flags.
This commit is contained in:
parent
2505055c02
commit
1485d531a7
1 changed files with 3 additions and 2 deletions
|
@ -5207,10 +5207,11 @@ (define-public libxi
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "doc")) ;man pages represent 28% of the total
|
(outputs '("out" "doc")) ;man pages represent 28% of the total
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--disable-static"
|
`(#:configure-flags (list "--disable-static"
|
||||||
(string-append "--mandir="
|
(string-append "--mandir="
|
||||||
(assoc-ref %outputs "doc")
|
(assoc-ref %outputs "doc")
|
||||||
"/share/man"))))
|
"/share/man")
|
||||||
|
,@(malloc0-flags))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("xorgproto" ,xorgproto)
|
`(("xorgproto" ,xorgproto)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
|
Loading…
Reference in a new issue