mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fdisk: Fix build with GCC 14.
* gnu/packages/disk.scm (fdisk)[phases]<#:make-flags>: Add CFLAGS. Fixes: guix/guix#1636 Change-Id: I668b0e2e22d08ece2dcae4aee117ff36050e2031 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
ec16c5778f
commit
0285d353bf
@@ -349,7 +349,11 @@ tables. It includes a library and command-line utility.")
|
||||
#:make-flags (list (string-append "CPPFLAGS="
|
||||
" -I../common/include "
|
||||
" -I../debug/include "
|
||||
" -I../exception/include"))))
|
||||
" -I../exception/include")
|
||||
(string-append
|
||||
"CFLAGS="
|
||||
"-Wno-error=implicit-function-declaration "
|
||||
"-Wno-error=incompatible-pointer-types"))))
|
||||
(home-page "https://www.gnu.org/software/fdisk/")
|
||||
(synopsis "Low-level disk partitioning and formatting")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user