mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mbedtls-apache: Do not build the static libraries.
* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Add "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF" in #:configure-flags.
This commit is contained in:
parent
4e8d1116ff
commit
92ebd8ede4
1 changed files with 2 additions and 1 deletions
|
@ -872,7 +872,8 @@ (define-public mbedtls-apache
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON")))
|
||||
(list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"
|
||||
"-DUSE_STATIC_MBEDTLS_LIBRARY=OFF")))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
("python" ,python)))
|
||||
|
|
Loading…
Reference in a new issue