guix-commits
[Top][All Lists]
Advanced

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

11/285: gnu: cpupower: Fix library location.


From: guix-commits
Subject: 11/285: gnu: cpupower: Fix library location.
Date: Sun, 29 Dec 2019 20:43:50 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 11994688693879e28b702e0758a170aa0f70c47f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 22 22:43:29 2019 +0100

    gnu: cpupower: Fix library location.
    
    * gnu/packages/linux.scm (cpupower)[arguments]: Add a ‘libdir’
    to #:make-flags.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a7a8080..c93ed8e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4519,6 +4519,7 @@ from that to the system kernel's @file{/dev/random} 
machinery.")
        #:make-flags (let ((out (assoc-ref %outputs "out")))
                       (list (string-append "DESTDIR=" out)
                             (string-append "LDFLAGS=-Wl,-rpath=" out "/lib")
+                            "libdir=/lib"
                             "docdir=/share/doc/cpupower"
                             "confdir=$(docdir)/examples"
                             ;; The Makefile recommends the following changes



reply via email to

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