lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 39c87843553e1d93e788ffcad83d36665701ff33
parent fdf65ee6c9e0b500fc93b8cf3db518f454fba449
Author: Nicolas Thill <nico@openwrt.org>
Date:   Sat, 31 Jan 2015 13:12:59 +0100

squid: disable netfilter-conntrack explicitly

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mnet/squid/Makefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/squid/Makefile b/net/squid/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid PKG_VERSION:=3.4.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org> @@ -88,7 +88,8 @@ CONFIGURE_ARGS += \ --disable-auth-basic \ --disable-arch-native \ --with-krb5-config=no \ - --without-libcap + --without-libcap \ + --without-netfilter-conntrack \ CONFIGURE_VARS += \ ac_cv_header_linux_netfilter_ipv4_h=yes \