mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libdom: Fix build with gcc-14.
* gnu/packages/web.scm (netsurf-buildsystem-arguments): Relax gcc-14's strictness. Change-Id: Ie9b2e22fac663246777d8978f88de9ef4b8c5b2a
This commit is contained in:
parent
5e4832bab6
commit
5a72c9f517
1 changed files with 2 additions and 1 deletions
|
@ -5969,7 +5969,8 @@ libraries.")
|
|||
|
||||
(define netsurf-buildsystem-arguments
|
||||
`(#:make-flags `("COMPONENT_TYPE=lib-shared"
|
||||
"CC=gcc" "BUILD_CC=gcc"
|
||||
"CC=gcc -Wno-error=calloc-transposed-args"
|
||||
"BUILD_CC=gcc -Wno-error=calloc-transposed-args"
|
||||
,(string-append "PREFIX=" %output)
|
||||
,(string-append "NSSHARED="
|
||||
(assoc-ref %build-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue