mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ (define-public shishi
|
||||||
'(;; 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 a new issue