Browse Source
gnu: libseccomp: Do not build the static library.
* gnu/packages/linux.scm (libseccomp)[arguments]: New field.
gn-latest-20200725
Marius Bakke
7 months ago
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with
2 additions and
0 deletions
-
gnu/packages/linux.scm
|
|
@@ -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))) |
|
|
|