diff options
-rw-r--r-- | gnu/packages/tls.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 23b5cc9931..d8cc1ccbc2 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -815,6 +815,9 @@ then ported to the GNU / Linux environment.") (base32 "11wnj34rfqxjggmdgf042i49lr6civgbqwv2p7p8bn6k2919vg4r")))) (build-system cmake-build-system) + (arguments + `(#:configure-flags + (list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"))) (native-inputs `(("perl" ,perl))) (synopsis "Small TLS library") |