gnu: guile-ssh: Don't build libguile-ssh.a.
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
f7dfda2c73
commit
c305ac30c3
|
@ -254,7 +254,10 @@ Additionally, various channel-specific options can be negotiated.")
|
|||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
'(;; It makes no sense to build libguile-ssh.a.
|
||||
#:configure-flags '("--disable-static")
|
||||
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoreconf
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "autoreconf" "-vfi")))
|
||||
|
|
Loading…
Reference in New Issue