mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ipset: Omit static library.
* gnu/packages/linux.scm (ipset)[arguments]: Add "--disable-static" to the #:configure-flags.
This commit is contained in:
parent
6441d8ad08
commit
d1b375402f
1 changed files with 2 additions and 1 deletions
|
@ -8408,7 +8408,8 @@ (define-public ipset
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue