gnu: cpupower: Fix library location.

* gnu/packages/linux.scm (cpupower)[arguments]: Add a ‘libdir’
to #:make-flags.
This commit is contained in:
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

View file

@ -4519,6 +4519,7 @@ (define-public cpupower
#: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