guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: perf: Install libraries to lib/ instead of lib64/.


From: Ludovic Courtès
Subject: 05/05: gnu: perf: Install libraries to lib/ instead of lib64/.
Date: Wed, 21 Jan 2015 14:27:19 +0000

civodul pushed a commit to branch master
in repository guix.

commit 2af29d239b8f98e088fa775d2c5abb526931dac9
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 21 15:04:09 2015 +0100

    gnu: perf: Install libraries to lib/ instead of lib64/.
    
    * gnu/packages/linux.scm (perf)[arguments]: Add "lib=lib" to
      #:make-flags.
---
 gnu/packages/linux.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index de39f32..d4405ac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1709,7 +1709,11 @@ in a digital read-out.")
                  %standard-phases)
        #:make-flags (list (string-append "DESTDIR="
                                          (assoc-ref %outputs "out"))
-                          "WERROR=0")
+                          "WERROR=0"
+
+                          ;; By default, 'config/Makefile' uses lib64 on
+                          ;; x86_64.  Work around that.
+                          "lib=lib")
        #:tests? #f))                              ;no tests
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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