[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/74: gnu: ntp: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
44/74: gnu: ntp: Fix build with gcc-14. |
Date: |
Mon, 16 Dec 2024 03:34:59 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit afb30f1c234e7e1d232261f4d371d2bda7703f7a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 14:42:26 2024 +0100
gnu: ntp: Fix build with gcc-14.
* gnu/packages/ntp.scm (ntp)[arguments]: Add CFLAGS to #:configure-flags to
relax gcc-14's strictness.
Change-Id: I757155a64abdabc119a4579b74b9a64d61df2320
---
gnu/packages/ntp.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index f7f76400a2..6825e8a962 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -161,7 +162,9 @@ time-stamping or reference clock, sub-microsecond accuracy
is possible.")
;; Pass "--with-yielding-select=yes" so that 'configure' knows whether
;; 'select' yields when using pthreads in a cross-compilation context.
#:configure-flags
- #~(list "--with-yielding-select=yes")
+ #~(list
+ "CFLAGS=-g -O2 -Wno-error=int-conversion"
+ "--with-yielding-select=yes")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-network-test
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", (continued)
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/16
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 17/74: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/16
- 19/74: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/16
- 15/74: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/16
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/16
- 27/74: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/16
- 29/74: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/16
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/16
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 44/74: gnu: ntp: Fix build with gcc-14.,
guix-commits <=
- 33/74: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/16
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/16
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/16
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/16
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/16
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/16
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/16
- 70/74: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2024/12/16