mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: recutils: Omit static libraries.
* gnu/packages/databases.scm (recutils)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
38028fdf95
commit
1115428bbb
1 changed files with 2 additions and 1 deletions
|
@ -1570,7 +1570,8 @@ (define-public recutils
|
|||
(build-system gnu-build-system)
|
||||
|
||||
(arguments '(#:configure-flags
|
||||
(list (string-append "--with-bash-headers="
|
||||
(list "--disable-static"
|
||||
(string-append "--with-bash-headers="
|
||||
(assoc-ref %build-inputs "bash:include")
|
||||
"/include/bash"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue