mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 10:31:49 +02:00
gnu: libseccomp: Do not build the static library.
* gnu/packages/linux.scm (libseccomp)[arguments]: New field.
This commit is contained in:
@@ -5710,6 +5710,8 @@ of flash storage.")
|
||||
(base32
|
||||
"1wql62cg8f95cwpy057cl764nni9g4sdn5lqj68x22kjs8w71yhz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("gperf" ,gperf)
|
||||
("which" ,which)))
|
||||
|
||||
Reference in New Issue
Block a user