1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: libbsd: Do not build the static library.

* gnu/packages/libbsd.scm (libbsd)[arguments]: New field.
This commit is contained in:
Marius Bakke 2020-01-31 17:57:38 +01:00
parent fef2436188
commit effd1422af
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -34,6 +34,8 @@
(base32 (base32
"11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l")))) "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(synopsis "Utility functions from BSD systems") (synopsis "Utility functions from BSD systems")
(description "This library provides useful functions commonly found on BSD (description "This library provides useful functions commonly found on BSD
systems, and lacking on others like GNU systems, thus making it easier to port systems, and lacking on others like GNU systems, thus making it easier to port