Преглед изворни кода

squid: disable netfilter-conntrack explicitly

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill пре 10 година
родитељ
комит
39c8784355
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3
    2
      net/squid/Makefile

+ 3
- 2
net/squid/Makefile Прегледај датотеку

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