guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: mbedtls-apache: Do not build the static libraries.


From: guix-commits
Subject: 02/06: gnu: mbedtls-apache: Do not build the static libraries.
Date: Wed, 29 Jan 2020 05:08:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 92ebd8ede481f5965834d3d676d661cf375b299b
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 29 10:07:11 2020 +0100

    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.
---
 gnu/packages/tls.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3584453..39f33c6 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]