gnu: ipset: Omit static library.
* gnu/packages/linux.scm (ipset)[arguments]: Add "--disable-static" to the #:configure-flags.master
parent
6441d8ad08
commit
d1b375402f
|
@ -8408,7 +8408,8 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-kmod=no")))
|
`(#:configure-flags '("--disable-static"
|
||||||
|
"--with-kmod=no")))
|
||||||
(home-page "https://ipset.netfilter.org/")
|
(home-page "https://ipset.netfilter.org/")
|
||||||
(synopsis "Administration tool for IP sets")
|
(synopsis "Administration tool for IP sets")
|
||||||
(description "IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which
|
(description "IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which
|
||||||
|
|
Reference in New Issue