aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-04 23:36:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-05 03:46:11 +0100
commit471ab8772c66d6ac1c71a20be9ff91fcbb38ae33 (patch)
tree40d072e10f5518ac371dd3f646f56e9670fe2c25
parent7a484a47a4743c4e1bb8de3cc47f929c809a6a8b (diff)
downloadguix-471ab8772c66d6ac1c71a20be9ff91fcbb38ae33.tar
guix-471ab8772c66d6ac1c71a20be9ff91fcbb38ae33.tar.gz
gnu: lldpd: Omit static library.
* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’ to the #:configure-flags.
-rw-r--r--gnu/packages/networking.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c6a33b614d..511574dd33 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3721,6 +3721,7 @@ thousands of connections is clearly realistic with today's hardware.")
"--with-privsep-group=nogroup"
"--localstatedir=/var"
"--enable-pie"
+ "--disable-static"
"--without-embedded-libevent"
(string-append "--with-systemdsystemunitdir="
(assoc-ref %outputs "out")