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
parent
4e8d1116ff
commit
92ebd8ede4
|
@ -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)))
|
||||
|
|
Reference in New Issue