diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 23:36:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-05 03:46:11 +0100 |
commit | 471ab8772c66d6ac1c71a20be9ff91fcbb38ae33 (patch) | |
tree | 40d072e10f5518ac371dd3f646f56e9670fe2c25 | |
parent | 7a484a47a4743c4e1bb8de3cc47f929c809a6a8b (diff) | |
download | guix-471ab8772c66d6ac1c71a20be9ff91fcbb38ae33.tar.gz guix-471ab8772c66d6ac1c71a20be9ff91fcbb38ae33.zip |
gnu: lldpd: Omit static library.
* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
to the #:configure-flags.
-rw-r--r-- | gnu/packages/networking.scm | 1 |
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") |