mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libskk: Fix build with gcc@14.
* gnu/packages/language.scm (libskk)[arguments]<#:configure-flags>: Add "CFLAGS=-g2 -O2 -Wno-error=int-conversion". Change-Id: Ia616bb5905ad9fc1c6da6d28a5fdab47df437963 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f6a87b76af
commit
08635c5c2c
1 changed files with 2 additions and 0 deletions
|
@ -941,6 +941,8 @@ and manipulation.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:parallel-tests? #f ;Concurrency issues in tests.
|
||||
;; relax gcc 14 strictness
|
||||
#:configure-flags #~(list "CFLAGS=-g2 -O2 -Wno-error=int-conversion")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'symlink-skk-jisyo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue