guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: mdadm: Update to 4.0.


From: Ludovic Courtès
Subject: 04/05: gnu: mdadm: Update to 4.0.
Date: Tue, 31 Jan 2017 22:53:51 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit fae88ae884aa826642c1e31cf86b33b175552ef0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 31 23:48:59 2017 +0100

    gnu: mdadm: Update to 4.0.
    
    * gnu/packages/linux.scm (mdadm): Update to 4.0.
    [arguments]: Add "CC=gcc" to #:make-flags.
---
 gnu/packages/linux.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 75c2a3b..def4be5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2467,7 +2467,7 @@ MPEG-2 and audio over Linux IEEE 1394.")
 (define-public mdadm
   (package
     (name "mdadm")
-    (version "3.4")
+    (version "4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2475,13 +2475,14 @@ MPEG-2 and audio over Linux IEEE 1394.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0248v9f28mrbwabl94ck22gfim29sqhkf70wrpfi52nk4x3bxl17"))))
+                "1ad3mma641946wn5lsllwf0lifw9lps34fv1nnkhyfpd9krffshx"))))
     (build-system gnu-build-system)
     (inputs
      `(("udev" ,eudev)))
     (arguments
      `(#:make-flags (let ((out (assoc-ref %outputs "out")))
-                      (list "INSTALL=install"
+                      (list "CC=gcc"
+                            "INSTALL=install"
                             "CHECK_RUN_DIR=0"
                             ;; TODO: tell it where to find 'sendmail'
                             ;; (string-append "MAILCMD=" <???> 
"/sbin/sendmail")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]