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

gnu: lldpd: Omit static library.

* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
to the #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-04 23:36:21 +01:00
parent 7a484a47a4
commit 471ab8772c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")