gnu: liburcu: Omit static library.
* gnu/packages/datastructures.scm (liburcu)[arguments]: Pass "--disable-static" to ./configure.master
parent
ac88603402
commit
702affc6d7
|
@ -149,6 +149,9 @@ in between these sequences may be different in both content and length.")
|
||||||
(base32
|
(base32
|
||||||
"0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf"))))
|
"0yx69kbx9zd6ayjzvwvglilhdnirq4f1x1sdv33jy8bc9wgc3vsf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
(list "--disable-static")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl))) ; for tests
|
`(("perl" ,perl))) ; for tests
|
||||||
(home-page "https://liburcu.org/")
|
(home-page "https://liburcu.org/")
|
||||||
|
|
Reference in New Issue