[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: dtc: Update to 1.5.1.
From: |
guix-commits |
Subject: |
14/14: gnu: dtc: Update to 1.5.1. |
Date: |
Thu, 26 Sep 2019 00:40:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 91af1031e53e85e4200046ae47c38067c3dd7a85
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Sep 26 06:24:18 2019 +0200
gnu: dtc: Update to 1.5.1.
* gnu/packages/bootloaders.scm (dtc): Update to 1.5.1.
[arguments]: Add -Wl,-rpath to LDFLAGS #:make-flags.
---
gnu/packages/bootloaders.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index b235e1b..520728b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -357,7 +357,7 @@ menu to select one of the installed operating systems.")
(define-public dtc
(package
(name "dtc")
- (version "1.5.0")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -365,7 +365,7 @@ menu to select one of the installed operating systems.")
"dtc-" version ".tar.xz"))
(sha256
(base32
- "0wh10p42hf5403ipvs0dsxddb6kzfyk2sq4fgid9zqzpr51y8wn6"))))
+ "07q3mdsvl4smbiakriq3hnsyyd0q344lsm306q0kgz4hjq1p82v6"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
@@ -379,6 +379,11 @@ menu to select one of the installed operating systems.")
(arguments
`(#:make-flags
(list "CC=gcc"
+
+ ;; /bin/fdt{get,overlay,put} need help finding libfdt.so.1.
+ (string-append "LDFLAGS=-Wl,-rpath="
+ (assoc-ref %outputs "out") "/lib")
+
(string-append "PREFIX=" (assoc-ref %outputs "out"))
(string-append "SETUP_PREFIX=" (assoc-ref %outputs "out"))
"INSTALL=install")
- branch master updated (b106dd8 -> 91af103), guix-commits, 2019/09/26
- 12/14: gnu: dehydrated: Update to 0.6.5., guix-commits, 2019/09/26
- 14/14: gnu: dtc: Update to 1.5.1.,
guix-commits <=
- 01/14: gnu: fmit: Update to 1.2.13., guix-commits, 2019/09/26
- 06/14: gnu: encodings: Update to 1.0.5., guix-commits, 2019/09/26
- 08/14: gnu: libxcb: Don't use NAME in source URI., guix-commits, 2019/09/26
- 03/14: gnu: beets: Use HTTPS home page., guix-commits, 2019/09/26
- 10/14: gnu: bspwm: Update to 0.9.9., guix-commits, 2019/09/26
- 05/14: gnu: f3: Update to 7.2., guix-commits, 2019/09/26
- 09/14: gnu: vimb: Update to 3.5.0., guix-commits, 2019/09/26
- 13/14: gnu: emacs-circe: Update to 2.11., guix-commits, 2019/09/26
- 11/14: gnu: skopeo: Update to 0.1.39., guix-commits, 2019/09/26
- 07/14: gnu: xorgproto: Don't use NAME in source URI., guix-commits, 2019/09/26