mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libseccomp: Do not build the static library.
* gnu/packages/linux.scm (libseccomp)[arguments]: New field.
This commit is contained in:
parent
f5bb997d1e
commit
819b8b2728
1 changed files with 2 additions and 0 deletions
|
@ -5710,6 +5710,8 @@ (define-public libseccomp
|
|||
(base32
|
||||
"1wql62cg8f95cwpy057cl764nni9g4sdn5lqj68x22kjs8w71yhz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("gperf" ,gperf)
|
||||
("which" ,which)))
|
||||
|
|
Loading…
Reference in a new issue