[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: eid-mw: Omit static libraries.
From: |
guix-commits |
Subject: |
02/04: gnu: eid-mw: Omit static libraries. |
Date: |
Tue, 5 Jan 2021 21:46:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c3350b9b91e8ef2548a76ec96f2f405e461839ff
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 6 03:34:54 2021 +0100
gnu: eid-mw: Omit static libraries.
* gnu/packages/security-token.scm (eid-mw)[arguments]: Add
"--disable-static" to #:configure-flags.
---
gnu/packages/security-token.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 9ae375d..50e6a50 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -134,7 +134,9 @@ readers and is needed to communicate with such devices
through the
("libxml2" ,libxml2)
("cyrus-sasl" ,cyrus-sasl)))
(arguments
- `(#:phases
+ `(#:configure-flags
+ (list "--disable-static")
+ #:phases
(modify-phases %standard-phases
(replace 'bootstrap
(lambda _