gnu: guile-ssh: Don't build libguile-ssh.a.

* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add #:configure-flags.
This commit is contained in:
Ludovic Courtès 2018-08-21 23:15:46 +02:00
parent f7dfda2c73
commit c305ac30c3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -254,7 +254,10 @@ Additionally, various channel-specific options can be negotiated.")
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "debug")) (outputs '("out" "debug"))
(arguments (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 (add-after 'unpack 'autoreconf
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(invoke "autoreconf" "-vfi"))) (invoke "autoreconf" "-vfi")))