From 8e9dbc0c31a5fda6f75600d7e2dcd893afc54693 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 5 Feb 2019 23:22:41 +0100 Subject: [PATCH] web proxy: switch to squid 4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcbfff490..1524e078e 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ CORE_PHP?= 71 CORE_PYTHON2?= 27 CORE_PYTHON3?= 36 CORE_RADVD?= 1 -CORE_SQUID?= 3 +CORE_SQUID?= # empty CORE_SURICATA?= # empty _FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi