mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: keyutils: Omit static library.
* gnu/packages/crypto.scm (keyutils)[arguments]: Add "NO_ARLIB=1" to #:make-flags.
This commit is contained in:
parent
e207412e71
commit
62085c36fa
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ (define-public keyutils
|
|||
"INCLUDEDIR=/include"
|
||||
"LIBDIR=/lib"
|
||||
"MANDIR=/share/man"
|
||||
"SHAREDIR=/share/keyutils")
|
||||
"SHAREDIR=/share/keyutils"
|
||||
"NO_ARLIB=1") ; omit static libraries
|
||||
#:test-target "test"))
|
||||
(inputs
|
||||
(list mit-krb5))
|
||||
|
|
Loading…
Reference in a new issue