mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: nvi: Fix build on gcc-14.
* gnu/packages/nvi.scm (nvi)[arguments]<#:make-flags>: Add CFLAGS=-g -O2 -Wno-incompatible-pointer-types -Wno-implicit-function-declaration. Change-Id: Idb0b26dc29f90cd84aff5ac4da8b8aef5e0c1299
This commit is contained in:
parent
ed7c8ab413
commit
9fc3233d60
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@
|
|||
,@(if (%current-target-system)
|
||||
'("vi_cv_sprintf_count=yes")
|
||||
'()))
|
||||
#:make-flags (list "CFLAGS=-g -O2 -Wno-incompatible-pointer-types\
|
||||
-Wno-implicit-function-declaration")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'fix-configure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue