guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: thermald: Compile with -Werror again.


From: guix-commits
Subject: 02/08: gnu: thermald: Compile with -Werror again.
Date: Sat, 5 Jun 2021 12:31:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ddd871c18ab2d853503c167fd306fa8d84e99421
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 13:39:15 2021 +0200

    gnu: thermald: Compile with -Werror again.
    
    * gnu/packages/admin.scm (thermald)[arguments]: Remove substitution,
    and a #t whilst we're here.
---
 gnu/packages/admin.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 551cd36..9bade4a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3660,13 +3660,7 @@ make it a perfect utility on modern distros.")
        (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]