gnu: recutils: Fix cross-compilation.
* gnu/packages/databases.scm (recutils) [arguments]: Point "--with-bash-headers" to the root bash "/include" directory.master
parent
b4c9a3d23b
commit
20fbd87093
|
@ -1572,8 +1572,9 @@ organized in a hash table or B+ tree.")
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
'(list "--disable-static"
|
'(list "--disable-static"
|
||||||
(string-append "--with-bash-headers="
|
(string-append "--with-bash-headers="
|
||||||
(search-input-directory %build-inputs
|
(dirname (search-input-directory
|
||||||
"include/bash")))))
|
%build-inputs
|
||||||
|
"include/bash"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; XXX Without labels, the default 'configure phase picks the wrong "bash".
|
;; XXX Without labels, the default 'configure phase picks the wrong "bash".
|
||||||
`(("bc" ,bc)
|
`(("bc" ,bc)
|
||||||
|
|
Reference in New Issue