mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mbedtls-apache: Build shared library.
* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Enable building of shared library.
This commit is contained in:
parent
b142756d9c
commit
a64d9d56a3
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue