diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-03 17:42:07 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-03 17:42:07 +0200 |
commit | cf6f475b747e7fb4ad40d1f1a6bff554744e06d2 (patch) | |
tree | ea1b16debaf18691b16ccf2cf5dc3c963a4e639c /gnu/packages/linux.scm | |
parent | 68858013ad34e96aead4c22c241c0b1308e5e6a3 (diff) | |
download | patches-cf6f475b747e7fb4ad40d1f1a6bff554744e06d2.tar patches-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/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
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")) |