mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: xmlto: Fix build with gcc-14.
* gnu/packages/xml.scm (xmlto)[arguments]: Add CFLAGS to #:configure-flags to relax gcc-14's strictness. Change-Id: I4eb5c18dede03f197aebb6d99c61e1cee307b471
This commit is contained in:
parent
8b589143ac
commit
2bbb3ec712
1 changed files with 2 additions and 1 deletions
|
@ -1160,7 +1160,8 @@ (define-public xmlto
|
|||
;; Make sure the reference to util-linux's 'getopt' is kept in 'xmlto'.
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list (string-append "GETOPT="
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-int"
|
||||
(string-append "GETOPT="
|
||||
#$(this-package-input "util-linux")
|
||||
"/bin/getopt"))))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue