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:
Janneke Nieuwenhuizen 2025-01-01 13:18:05 +01:00 committed by Andreas Enge
parent 5e4832bab6
commit 5a72c9f517
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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