diff options
Diffstat (limited to 'gnu/packages/linux.scm')
| -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) |
