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:
parent
7a484a47a4
commit
471ab8772c
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue