guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: zstd: Follow GNU conventions for make variables.


From: guix-commits
Subject: 01/02: gnu: zstd: Follow GNU conventions for make variables.
Date: Tue, 30 Jun 2020 13:44:08 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 93a86ed72f4beb8a3ee7def66e9ed3535a0e8cb4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 30 19:38:25 2020 +0200

    gnu: zstd: Follow GNU conventions for make variables.
    
    * gnu/packages/compression.scm (zstd)[arguments]: Use lowercase ones
    where possible.
---
 gnu/packages/compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index c41830e..86b6e43 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1399,9 +1399,9 @@ or junctions, and always follows hard links.")
                #t))))
        #:make-flags
        (list "CC=gcc"
-             (string-append "PREFIX=" (assoc-ref %outputs "out"))
-             (string-append "LIBDIR=" (assoc-ref %outputs "lib") "/lib")
-             (string-append "INCLUDEDIR=" (assoc-ref %outputs "lib") 
"/include")
+             (string-append "prefix=" (assoc-ref %outputs "out"))
+             (string-append "libdir=" (assoc-ref %outputs "lib") "/lib")
+             (string-append "includedir=" (assoc-ref %outputs "lib") 
"/include")
              ;; Skip auto-detection of, and creating a dependency on, the build
              ;; environment's ‘xz’ for what amounts to a dubious feature 
anyway.
              "HAVE_LZMA=0"



reply via email to

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