me
/
guix
Archived
1
0
Fork 0

gnu: libxi: Add --disable-malloc0-returnsnull when necessary.

* gnu/packages/xorg.scm
  (libxi)[arguments]<#:configure-flags>: Add malloc0-flags.
master
Maxime Devos 2021-08-25 14:41:37 +02:00 committed by Mathieu Othacehe
parent 2505055c02
commit 1485d531a7
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 2 deletions

View File

@ -5207,10 +5207,11 @@ new API's in libXft, or the legacy API's in libX11.")
(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)