mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libcap-ng: Omit static libraries.
* gnu/packages/admin.scm (libcap-ng)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
ef2a240100
commit
644a966772
1 changed files with 2 additions and 1 deletions
|
@ -2508,7 +2508,8 @@ (define-public libcap-ng
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--without-python")))
|
||||
(list "--disable-static"
|
||||
"--without-python")))
|
||||
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")
|
||||
(synopsis "Library for more easily working with POSIX capabilities")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue