mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: chmlib: Fix build with gcc-14.
* gnu/packages/ebook.scm (chmlib)[arguments]: New field to relax gcc-14's strictness. Change-Id: Ia2fb349d9aeda92d7753c5b1ac98dd85869a2f70
This commit is contained in:
parent
5035f015b5
commit
5b45902bae
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
|
||||
;;; Copyright © 2021 Mathieu Laparie <mlaparie@disr.it>
|
||||
;;; Copyright © 2024 jgart <jgart@dismail.de>
|
||||
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -99,6 +100,10 @@ (define-public chmlib
|
|||
"18zzb4x3z0d7fjh1x5439bs62dmgsi4c1pg3qyr7h5gp1i5xcj9l"))
|
||||
(patches (search-patches "chmlib-inttypes.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-Wno-error=implicit-function-declaration")))
|
||||
(home-page "http://www.jedrea.com/chmlib/")
|
||||
(synopsis "Library for CHM files")
|
||||
(description "CHMLIB is a library for dealing with ITSS/CHM format files.")
|
||||
|
|
Loading…
Reference in a new issue