[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: ntp: Prepare for GCC 10.
From: |
guix-commits |
Subject: |
01/10: gnu: ntp: Prepare for GCC 10. |
Date: |
Sat, 22 May 2021 10:08:33 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit c1947a8c7df950d19d10df44e683b8860b14b321
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue May 18 23:25:15 2021 +0200
gnu: ntp: Prepare for GCC 10.
* gnu/packages/ntp.scm (ntp)[source](patches): New field.
---
gnu/packages/ntp.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index ecad285..b86def1 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -122,6 +123,16 @@ time-stamping or reference clock, sub-microsecond accuracy
is possible.")
"/ntp-" version ".tar.gz")))
(sha256
(base32 "06cwhimm71safmwvp6nhxp6hvxsg62whnbgbgiflsqb8mgg40n7n"))
+ ;; Add an upstream patch to fix build with GCC 10. Taken from
+ ;; <https://bugs.ntp.org/show_bug.cgi?id=3688>.
+ (patches (list (origin
+ (method url-fetch)
+ (uri "https://bugs.ntp.org/attachment.cgi?id=1760\
+&action=diff&context=patch&collapsed=&headers=1&format=raw")
+ (file-name "ntp-gcc-compat.patch")
+ (sha256
+ (base32
+
"13d28sg45rflc7kqiv30asrhna8n69wlpwx16l65rravgpvp90h2")))))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (7003b2d -> d58e2f2), guix-commits, 2021/05/22
- 01/10: gnu: ntp: Prepare for GCC 10.,
guix-commits <=
- 02/10: gnu: sharutils: Prepare for GCC 10., guix-commits, 2021/05/22
- 03/10: gnu: sharutils: 'which' is a native input., guix-commits, 2021/05/22
- 04/10: gnu: python-coverage-test-runner: Add Python 3 variant., guix-commits, 2021/05/22
- 05/10: gnu: python2-cliapp: Add Python 3 variant., guix-commits, 2021/05/22
- 08/10: gnu: cmdtest: Do not propagate any inputs., guix-commits, 2021/05/22
- 09/10: gnu: ucx: Restore (and adapt) ioctl fallback patch., guix-commits, 2021/05/22
- 10/10: gnu: libblockdev: Prepare for GLib 2.58., guix-commits, 2021/05/22
- 06/10: gnu: python2-ttystatus: Add Python 3 variant., guix-commits, 2021/05/22
- 07/10: gnu: cmdtest: Update to 0.32-14-gcdfe14e., guix-commits, 2021/05/22