mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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)
|
||||
(outputs '("out" "doc")) ;man pages represent 28% of the total
|
||||
(arguments
|
||||
'(#:configure-flags (list "--disable-static"
|
||||
`(#:configure-flags (list "--disable-static"
|
||||
(string-append "--mandir="
|
||||
(assoc-ref %outputs "doc")
|
||||
"/share/man"))))
|
||||
"/share/man")
|
||||
,@(malloc0-flags))))
|
||||
(propagated-inputs
|
||||
`(("xorgproto" ,xorgproto)
|
||||
("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in a new issue