summaryrefslogtreecommitdiff
path: root/gnu/packages/libevent.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-14 18:13:07 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-14 18:31:36 +0100
commit295eaeebcb93a90113c4a377650aabcbd7d2753f (patch)
tree79367282636f2dddf1f3aefc6515a319d73e2039 /gnu/packages/libevent.scm
parent1fabfd0ec9d28eeb6cfd4e3b33c208c42c059991 (diff)
downloadguix-patches-295eaeebcb93a90113c4a377650aabcbd7d2753f.tar
guix-patches-295eaeebcb93a90113c4a377650aabcbd7d2753f.tar.gz
gnu: libev: Do not build the static library.
* gnu/packages/libevent.scm (libev)[arguments]: New field.
Diffstat (limited to 'gnu/packages/libevent.scm')
-rw-r--r--gnu/packages/libevent.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 85436c20c9..c1a7353d44 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -85,6 +85,8 @@ loop.")
(base32
"0nkfqv69wfyy2bpga4d53iqydycpik8jp8x6q70353hia8mmv1gd"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--disable-static")))
(home-page "http://software.schmorp.de/pkg/libev.html")
(synopsis "Event loop loosely modelled after libevent")
(description