mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08: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)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--without-python")))
|
(list "--disable-static"
|
||||||
|
"--without-python")))
|
||||||
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")
|
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")
|
||||||
(synopsis "Library for more easily working with POSIX capabilities")
|
(synopsis "Library for more easily working with POSIX capabilities")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue