me
/
guix
Archived
1
0
Fork 0

gnu: lldpd: Omit static library.

* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
to the #:configure-flags.
master
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
1 changed files with 1 additions and 0 deletions

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