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:
parent
2a51fb1d29
commit
37ed844711
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user