me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-01-29 10:07:11 +01:00
parent 4e8d1116ff
commit 92ebd8ede4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -872,7 +872,8 @@ then ported to the GNU / Linux environment.")
(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)))