guix-commits
[Top][All Lists]
Advanced

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

06/26: gnu: nftables: Omit static library.


From: guix-commits
Subject: 06/26: gnu: nftables: Omit static library.
Date: Fri, 3 Sep 2021 17:27:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7be258c0ddae175450622884920d42a758bbced6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 23:25:34 2021 +0200

    gnu: nftables: Omit static library.
    
    * gnu/packages/linux.scm (nftables)[arguments]: Add "--disable-static"
    to #: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 462d35c..fbe6d42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6858,7 +6858,8 @@ used by nftables.")
         (base32 "1x25zs2czmn14mmq1nqi4zibsvh04vqjbx5lxj42nylnmxym9gsq"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags
-                 '("--disable-man-doc"))) ; FIXME: Needs docbook2x.
+                 '("--disable-man-doc"  ; FIXME: needs docbook2x
+                   "--disable-static")))
     (inputs `(("gmp" ,gmp)
               ("libmnl" ,libmnl)
               ("libnftnl" ,libnftnl)



reply via email to

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