|
@@ -4,13 +4,11 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-SQUID_VERSION = 4.2
|
|
|
|
|
|
+SQUID_VERSION = 4.3
|
|
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
|
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
|
SQUID_SITE = http://www.squid-cache.org/Versions/v4
|
|
SQUID_SITE = http://www.squid-cache.org/Versions/v4
|
|
SQUID_LICENSE = GPL-2.0+
|
|
SQUID_LICENSE = GPL-2.0+
|
|
SQUID_LICENSE_FILES = COPYING
|
|
SQUID_LICENSE_FILES = COPYING
|
|
-# For 0001-assume-get-certificate-ok.patch
|
|
|
|
-SQUID_AUTORECONF = YES
|
|
|
|
SQUID_DEPENDENCIES = libcap host-libcap libxml2 host-pkgconf \
|
|
SQUID_DEPENDENCIES = libcap host-libcap libxml2 host-pkgconf \
|
|
$(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack)
|
|
$(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack)
|
|
SQUID_CONF_ENV = \
|
|
SQUID_CONF_ENV = \
|
|
@@ -25,7 +23,7 @@ SQUID_CONF_ENV = \
|
|
BUILDCXXFLAGS="$(HOST_CXXFLAGS)"
|
|
BUILDCXXFLAGS="$(HOST_CXXFLAGS)"
|
|
SQUID_CONF_OPTS = \
|
|
SQUID_CONF_OPTS = \
|
|
--enable-async-io=8 \
|
|
--enable-async-io=8 \
|
|
- $(if $(BR2_TOOLCHAIN_USES_MUSL),--disable-linux-netfilter,--enable-linux-netfilter) \
|
|
|
|
|
|
+ --enable-linux-netfilter \
|
|
--enable-removal-policies="lru,heap" \
|
|
--enable-removal-policies="lru,heap" \
|
|
--with-filedescriptors=1024 \
|
|
--with-filedescriptors=1024 \
|
|
--disable-ident-lookups \
|
|
--disable-ident-lookups \
|