mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: multipath-tools: Remove obsolete workaround.
* gnu/packages/linux.scm (multipath-tools)[arguments]: Do not override C_INCLUDE_PATH in #:configure-flags.
This commit is contained in:
parent
68858013ad
commit
cf6f475b74
1 changed files with 0 additions and 6 deletions
|
@ -4017,12 +4017,6 @@ arrays when needed.")
|
||||||
(string-append "DESTDIR="
|
(string-append "DESTDIR="
|
||||||
(assoc-ref %outputs "out"))
|
(assoc-ref %outputs "out"))
|
||||||
"SYSTEMDPATH=lib"
|
"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="
|
(string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib"))
|
"/lib"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue