3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: liburcu: Omit static library.

* gnu/packages/datastructures.scm (liburcu)[arguments]:
Pass "--disable-static" to ./configure.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-09 22:38:14 +02:00
parent ac88603402
commit 702affc6d7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -149,6 +149,9 @@ in between these sequences may be different in both content and length.")
(base32
"0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-static")))
(native-inputs
`(("perl" ,perl))) ; for tests
(home-page "https://liburcu.org/")