summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-03 17:42:07 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-03 17:42:07 +0200
commitcf6f475b747e7fb4ad40d1f1a6bff554744e06d2 (patch)
treeea1b16debaf18691b16ccf2cf5dc3c963a4e639c /gnu/packages
parent68858013ad34e96aead4c22c241c0b1308e5e6a3 (diff)
downloadguix-cf6f475b747e7fb4ad40d1f1a6bff554744e06d2.tar.gz
gnu: multipath-tools: Remove obsolete workaround.
* gnu/packages/linux.scm (multipath-tools)[arguments]: Do not override
C_INCLUDE_PATH in #:configure-flags.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index faedce7250..6c7eb5be12 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"))