guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: squid: Enable TLS features.


From: guix-commits
Subject: 05/06: gnu: squid: Enable TLS features.
Date: Thu, 6 Oct 2022 17:20:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 37ed844711c1e8c802ea9f7e0f378e6440e4c526
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Fri Sep 30 09:34:39 2022 +0200

    gnu: squid: Enable TLS features.
    
    Despite openssl being listed as an input, it was not actually enabled by
    default.  Fixing that using a configure flag.
    
    * gnu/packages/networking.scm (squid)[arguments]: Add "--with-openssl"
    to #:configure-flags.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3d9ba4fc8d..3489c3b96a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2010,7 +2010,7 @@ TCP connection, TLS handshake and so on) in the 
terminal.")
      '(#:configure-flags
        ;; disable -march=native in build for reproducibility; see
        ;; https://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
-       (list "--disable-arch-native")
+       (list "--disable-arch-native" "--with-openssl")
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'fix-true-path



reply via email to

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