guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: libtasn1: Don't build static library.


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

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

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

    gnu: libtasn1: Don't build static library.
    
    * gnu/packages/tls.scm (libtasn1)[arguments]: New field.
---
 gnu/packages/tls.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index e99b7a8..f9c46c7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -80,6 +80,8 @@
        (base32
         "1jlc1iahj8k3haz28j55nzg7sgni5h41vqy461i1bpbx6668wlky"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags '("--disable-static")))
     (native-inputs `(("perl" ,perl)))
     (home-page "https://www.gnu.org/software/libtasn1/";)
     (synopsis "ASN.1 library")



reply via email to

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