Browse Source

squid: disable netfilter-conntrack explicitly

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 years ago
parent
commit
39c8784355
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      net/squid/Makefile

+ 3
- 2
net/squid/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=squid
11 11
 PKG_VERSION:=3.4.11
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 
14 14
 PKG_LICENSE:=GPL-2.0
15 15
 PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
@@ -88,7 +88,8 @@ CONFIGURE_ARGS += \
88 88
 	--disable-auth-basic \
89 89
 	--disable-arch-native \
90 90
 	--with-krb5-config=no \
91
-	--without-libcap
91
+	--without-libcap \
92
+	--without-netfilter-conntrack \
92 93
 
93 94
 CONFIGURE_VARS += \
94 95
 	ac_cv_header_linux_netfilter_ipv4_h=yes \