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