gnu: libtasn1: Don't build static library.

* gnu/packages/tls.scm (libtasn1)[arguments]: New field.
master
Marius Bakke 2018-07-30 16:33:50 +02:00
parent b4052c96ee
commit d9f8461250
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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")