[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
- branch master updated (5e63e51afe -> cb731c80ff), guix-commits, 2022/10/06
- 05/06: gnu: squid: Enable TLS features.,
guix-commits <=
- 01/06: gnu: Add python-textual., guix-commits, 2022/10/06
- 04/06: gnu: nyacc: Update to 1.07.4., guix-commits, 2022/10/06
- 03/06: gnu: sssd: Update to 2.7.4., guix-commits, 2022/10/06
- 06/06: gnu: julius: Update to 1.7.0., guix-commits, 2022/10/06
- 02/06: gnu: python-textual: Remove input labels., guix-commits, 2022/10/06