mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
squash! gnu: zsh: Fix build with gcc-14.
Change-Id: Id0eed01369a49b3da0af858c178a529f8b6526e4
This commit is contained in:
parent
73b21d6ad8
commit
728cb3d6f3
1 changed files with 5 additions and 1 deletions
|
@ -499,7 +499,11 @@ (define-public zsh
|
|||
(patches (search-patches "zsh-egrep-failing-test.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags
|
||||
`("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
|
||||
`(,(string-append "CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=implicit-int"
|
||||
" -Wno-error=incompatible-pointer-types"
|
||||
" -Wno-error=int-conversion")
|
||||
"--with-tcsetpgrp"
|
||||
"--enable-pcre"
|
||||
"--enable-maildir-support"
|
||||
|
|
Loading…
Reference in a new issue