guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/12: gnu: shishi: Don't build static library.


From: Marius Bakke
Subject: 08/12: gnu: shishi: Don't build static library.
Date: Wed, 1 Aug 2018 09:12:21 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a44426ee01de3751c1016de570bfc82da0287f79
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 30 16:59:33 2018 +0200

    gnu: shishi: Don't build static library.
    
    * gnu/packages/kerberos.scm (shishi)[arguments]: Add "--disable-static" to
      #:configure-flags.
---
 gnu/packages/kerberos.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index cb14f76..508f9c4 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]