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

gnu: libuv: Do not build the static library.

* gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags.
This commit is contained in:
Marius Bakke 2020-01-14 18:14:01 +01:00
parent dc73ea4195
commit f0136e4d18
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -111,7 +111,8 @@ limited support for fork events.")
"1kwgl7j9snmjicrszhynfyp4njckqaw6l90y71a0b0alp2m8asbn"))))
(build-system gnu-build-system)
(arguments
'(;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
'(#:configure-flags '("--disable-static")
;; XXX: Some tests want /dev/tty, attempt to make connections, etc.
#:tests? #f))
(native-inputs `(("autoconf" ,autoconf-wrapper)
("automake" ,automake)