me
/
guix
Archived
1
0
Fork 0

gnu: keyutils: Omit static library.

* gnu/packages/crypto.scm (keyutils)[arguments]:
Add "NO_ARLIB=1" to #:make-flags.
master
Tobias Geerinckx-Rice 2021-12-18 21:55:11 +01:00
parent e207412e71
commit 62085c36fa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -392,7 +392,8 @@ the wrong hands.")
"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))