mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: midori: Fix build with gcc-14.
* gnu/packages/web-browsers.scm (midori)[arguments]: Add #:configure-flags to relax gcc-14's strictness. Change-Id: I5495e04836fb469db9d5c418cf53ef2e653c8751 Modified-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
committed by
Zheng Junjie
parent
405f796495
commit
06539b1607
@@ -24,6 +24,7 @@
|
||||
;;; Copyright © 2023 Herman Rimm <herman@rimm.ee>
|
||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2025 Sergey Trofimov <sarg@sarg.org.ru>
|
||||
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -137,6 +138,9 @@
|
||||
((guix build cmake-build-system)
|
||||
((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
|
||||
(guix build utils))
|
||||
#:configure-flags
|
||||
;; Relax gcc-14's strictness.
|
||||
'("-DCMAKE_C_FLAGS=-Wno-error=int-conversion")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'glib-or-gtk-compile-schemas
|
||||
|
||||
Reference in New Issue
Block a user