me
/
guix
Archived
1
0
Fork 0

gnu: cpupower: Fix library location.

* gnu/packages/linux.scm (cpupower)[arguments]: Add a ‘libdir’
to #:make-flags.
master
Tobias Geerinckx-Rice 2019-12-22 22:43:29 +01:00
parent 026a0ba902
commit cd7e688596
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 0 deletions

View File

@ -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