gnu: libseccomp: Do not build the static library.

* gnu/packages/linux.scm (libseccomp)[arguments]: New field.
This commit is contained in:
Marius Bakke 2020-07-24 17:23:44 +02:00
parent f5bb997d1e
commit 819b8b2728
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)))