gnu: shishi: Don't build static library.
* gnu/packages/kerberos.scm (shishi)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
85b4482308
commit
a44426ee01
|
@ -117,7 +117,7 @@ cryptography.")
|
||||||
'(;; This is required since we patch some of the build scripts.
|
'(;; This is required since we patch some of the build scripts.
|
||||||
;; Remove for the next Shishi release after 1.0.2 or when
|
;; Remove for the next Shishi release after 1.0.2 or when
|
||||||
;; removing 'shishi-fix-libgcrypt-detection.patch'.
|
;; 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)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
|
|
Loading…
Reference in New Issue