me
/
guix
Archived
1
0
Fork 0

gnu: recutils: Omit static libraries.

* gnu/packages/databases.scm (recutils)[arguments]:
Add "--disable-static" to #:configure-flags.
master
Tobias Geerinckx-Rice 2022-05-08 02:00:01 +02:00
parent 38028fdf95
commit 1115428bbb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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"))))