gnu: shishi: Don't build static library.

* gnu/packages/kerberos.scm (shishi)[arguments]: Add "--disable-static" to
  #:configure-flags.
master
Marius Bakke 2018-07-30 16:59:33 +02:00
parent 85b4482308
commit a44426ee01
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ cryptography.")
'(;; This is required since we patch some of the build scripts.
;; Remove for the next Shishi release after 1.0.2 or when
;; removing 'shishi-fix-libgcrypt-detection.patch'.
#:configure-flags '("ac_cv_libgcrypt=yes")))
#:configure-flags '("ac_cv_libgcrypt=yes" "--disable-static")))
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs
`(("gnutls" ,gnutls)