diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-01-21 15:04:09 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-21 15:16:11 +0100 |
| commit | 2af29d239b8f98e088fa775d2c5abb526931dac9 (patch) | |
| tree | ac57cb2171f85810ec93472af227f3610ce3e3d6 /gnu | |
| parent | b1fb4b23712d71363355e4cec9eb16e8e8cfcabd (diff) | |
gnu: perf: Install libraries to lib/ instead of lib64/.
* gnu/packages/linux.scm (perf)[arguments]: Add "lib=lib" to
#:make-flags.
Diffstat (limited to 'gnu')
| -rw-r--r-- | 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 de39f3262b8..d4405ac5d1d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -1709,7 +1709,11 @@ in a digital read-out.") | |||
| 1709 | %standard-phases) | 1709 | %standard-phases) |
| 1710 | #:make-flags (list (string-append "DESTDIR=" | 1710 | #:make-flags (list (string-append "DESTDIR=" |
| 1711 | (assoc-ref %outputs "out")) | 1711 | (assoc-ref %outputs "out")) |
| 1712 | "WERROR=0") | 1712 | "WERROR=0" |
| 1713 | |||
| 1714 | ;; By default, 'config/Makefile' uses lib64 on | ||
| 1715 | ;; x86_64. Work around that. | ||
| 1716 | "lib=lib") | ||
| 1713 | #:tests? #f)) ;no tests | 1717 | #:tests? #f)) ;no tests |
| 1714 | (native-inputs | 1718 | (native-inputs |
| 1715 | `(("pkg-config" ,pkg-config) | 1719 | `(("pkg-config" ,pkg-config) |
