guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: libuv: Do not build the static library.


From: guix-commits
Subject: 13/15: gnu: libuv: Do not build the static library.
Date: Tue, 14 Jan 2020 12:37:13 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f0136e4d18fe604e4e2f53c3b30f94ab00c3bf84
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:14:01 2020 +0100

    gnu: libuv: Do not build the static library.
    
    * gnu/packages/libevent.scm (libuv)[arguments]: Add #:configure-flags.
---
 gnu/packages/libevent.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index bc2df4e..72bbdde 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]