guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ipset: Omit static library.


From: guix-commits
Subject: 02/02: gnu: ipset: Omit static library.
Date: Sun, 17 Oct 2021 10:45:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d1b375402f5680b1e5a77dd1fb77e1e9d94625d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 17 16:37:21 2021 +0200

    gnu: ipset: Omit static library.
    
    * gnu/packages/linux.scm (ipset)[arguments]: Add "--disable-static" to
    the #:configure-flags.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 80c0d8d..5c21515 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8408,7 +8408,8 @@ receiving.  It is dedicated to the PL011 UART of the 
Raspberry Pi.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (arguments
-     `(#:configure-flags '("--with-kmod=no")))
+     `(#:configure-flags '("--disable-static"
+                           "--with-kmod=no")))
     (home-page "https://ipset.netfilter.org/";)
     (synopsis "Administration tool for IP sets")
     (description "IP sets are a framework inside the Linux 2.4.x and 2.6.x 
kernel which



reply via email to

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