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>
This commit is contained in:
Sergey Trofimov 2022-09-30 09:34:39 +02:00 committed by Ludovic Courtès
parent 2a51fb1d29
commit 37ed844711
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2010,7 +2010,7 @@ (define-public squid
'(#: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