me
/
guix
Archived
1
0
Fork 0

gnu: libssh2: Omit static library.

* gnu/packages/ssh.scm (libssh2)[arguments]: Add "--disable-static" in
 #:configure-flags.
master
Marius Bakke 2022-06-26 11:35:26 +02:00
parent 09a3f7c6fc
commit 9a94370c21
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -172,7 +172,9 @@ applications.")
;; The installed libssh2.pc file does not include paths to libgcrypt and
;; zlib libraries, so we need to propagate the inputs.
(propagated-inputs (list libgcrypt zlib))
(arguments `(#:configure-flags `("--with-libgcrypt")))
(arguments
(list #:configure-flags #~'("--with-libgcrypt"
"--disable-static")))
(synopsis "Client-side C library implementing the SSH2 protocol")
(description
"libssh2 is a library intended to allow software developers access to