[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
- branch wip-gnome3.34 updated (26ec7d6 -> 281bce1), guix-commits, 2019/12/29
- 05/285: gexp: Add system and target support to gexp->file., guix-commits, 2019/12/29
- 07/285: gnu: mumble: Actually modify qt-build-system., guix-commits, 2019/12/29
- 08/285: gnu: gspell: Build with gobject-introspection., guix-commits, 2019/12/29
- 11/285: gnu: cpupower: Fix library location.,
guix-commits <=
- 04/285: gnu: ktouch: Update to 19.08.3., guix-commits, 2019/12/29
- 06/285: gnu: git-annex: Update to 7.20191218., guix-commits, 2019/12/29
- 10/285: gnu: parallel: Update to 20191222., guix-commits, 2019/12/29
- 13/285: gnu: gnome-shell-extension-hide-app-icon: Fix installation., guix-commits, 2019/12/29
- 14/285: gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin., guix-commits, 2019/12/29
- 15/285: gnu: gnome-shell-extensions: Depropagate glib:bin., guix-commits, 2019/12/29
- 12/285: gnu: guix-data-service: Update to 0.0.1-9.31110ac., guix-commits, 2019/12/29
- 25/285: gnu: ktouch: Use fixed qt-build-system., guix-commits, 2019/12/29
- 09/285: gnu: Add polari., guix-commits, 2019/12/29
- 23/285: gnu: kdevelop: Use fixed qt-build-system., guix-commits, 2019/12/29