mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: thermald: Compile with -Werror again.
* gnu/packages/admin.scm (thermald)[arguments]: Remove substitution, and a #t whilst we're here.
This commit is contained in:
parent
9412762f9b
commit
ddd871c18a
1 changed files with 1 additions and 7 deletions
|
@ -3660,13 +3660,7 @@ (define-public thermald
|
|||
(modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'no-early-./configure
|
||||
(lambda _
|
||||
(setenv "NO_CONFIGURE" "yet")
|
||||
;; XXX thd_trip_point.h redefines "__STDC_LIMIT_MACROS" after
|
||||
;; <xz>/include/lzma.h. ./configure forcibly appends -Werror
|
||||
;; to CXXFLAGS, overriding any -Wno-error we'd add.
|
||||
(substitute* "configure.ac"
|
||||
(("-Werror") ""))
|
||||
#t)))))
|
||||
(setenv "NO_CONFIGURE" "yet"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("autoconf-archive" ,autoconf-archive)
|
||||
|
|
Loading…
Reference in a new issue