gnu: mbedtls-apache: Build shared library.

* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Enable building of shared
library.
This commit is contained in:
Ricardo Wurmus 2017-12-04 12:39:37 +01:00
parent b142756d9c
commit a64d9d56a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -815,6 +815,9 @@ (define-public mbedtls-apache
(base32
"11wnj34rfqxjggmdgf042i49lr6civgbqwv2p7p8bn6k2919vg4r"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
(list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON")))
(native-inputs
`(("perl" ,perl)))
(synopsis "Small TLS library")