guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/19: gnu: lldpd: Omit static library.


From: guix-commits
Subject: 14/19: gnu: lldpd: Omit static library.
Date: Wed, 4 Nov 2020 22:00:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 471ab8772c66d6ac1c71a20be9ff91fcbb38ae33
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 23:36:21 2020 +0100

    gnu: lldpd: Omit static library.
    
    * gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
    to the #:configure-flags.
---
 gnu/packages/networking.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c6a33b6..511574d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]