gnu: eid-mw: Omit static libraries.
* gnu/packages/security-token.scm (eid-mw)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
4a9103df92
commit
c3350b9b91
1 changed files with 3 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Reference in a new issue