squid: disable netfilter-conntrack explicitly
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
parent
fdf65ee6c9
commit
39c8784355
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=squid
|
PKG_NAME:=squid
|
||||||
PKG_VERSION:=3.4.11
|
PKG_VERSION:=3.4.11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||||
|
@ -88,7 +88,8 @@ CONFIGURE_ARGS += \
|
||||||
--disable-auth-basic \
|
--disable-auth-basic \
|
||||||
--disable-arch-native \
|
--disable-arch-native \
|
||||||
--with-krb5-config=no \
|
--with-krb5-config=no \
|
||||||
--without-libcap
|
--without-libcap \
|
||||||
|
--without-netfilter-conntrack \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_header_linux_netfilter_ipv4_h=yes \
|
ac_cv_header_linux_netfilter_ipv4_h=yes \
|
||||||
|
|
Loading…
Reference in a new issue