mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 08:40:30 +02:00
gnu: recutils: Omit static libraries.
* gnu/packages/databases.scm (recutils)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
@@ -1570,7 +1570,8 @@ organized in a hash table or B+ tree.")
|
||||
(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"))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user