guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: multipath-tools: Remove obsolete workaround.


From: guix-commits
Subject: 03/07: gnu: multipath-tools: Remove obsolete workaround.
Date: Fri, 3 Apr 2020 12:29:02 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cf6f475b747e7fb4ad40d1f1a6bff554744e06d2
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 3 17:42:07 2020 +0200

    gnu: multipath-tools: Remove obsolete workaround.
    
    * gnu/packages/linux.scm (multipath-tools)[arguments]: Do not override
    C_INCLUDE_PATH in #:configure-flags.
---
 gnu/packages/linux.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index faedce7..6c7eb5b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4017,12 +4017,6 @@ arrays when needed.")
                           (string-append "DESTDIR="
                                          (assoc-ref %outputs "out"))
                           "SYSTEMDPATH=lib"
-                          ;; Add the libaio headers to GCCs system header
-                          ;; search path to suppress -Werror=cast-qual on
-                          ;; the included headers.
-                          (string-append "C_INCLUDE_PATH="
-                                         (assoc-ref %build-inputs "libaio")
-                                         "/include")
                           (string-append "LDFLAGS=-Wl,-rpath="
                                          (assoc-ref %outputs "out")
                                          "/lib"))



reply via email to

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