squid: disable netfilter-conntrack explicitly
authorNicolas Thill <redacted>
Sat, 31 Jan 2015 12:12:59 +0000 (13:12 +0100)
committerNicolas Thill <redacted>
Sun, 1 Feb 2015 22:56:07 +0000 (23:56 +0100)
Signed-off-by: Nicolas Thill <redacted>
net/squid/Makefile

index 130cdc479af83b1a6807831e98525cde7044df9f..f06df6dcc77278406766097ce98294d76b9f19b9 100644 (file)
@@ -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 \
git clone https://git.99rst.org/PROJECT