squid: fix arm/glibc cross builds; rebuild for all platforms.
This commit is contained in:
parent
a47205b5ca
commit
0cea8e8aff
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=squid
|
||||
reverts="4.0.6_1 4.0.5_1 4.0.3_1 4.0.2_1 4.0.1_1"
|
||||
version=3.5.17
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sbindir=/usr/bin
|
||||
|
@ -43,7 +43,9 @@ configure_args="
|
|||
--disable-arch-native
|
||||
--disable-strict-error-checking
|
||||
--enable-wccpv2
|
||||
--with-build-environment=default
|
||||
squid_cv_gnu_atomics=yes
|
||||
squid_opt_enable_large_files=yes
|
||||
BUILDCXX=g++
|
||||
BUILDCXXFLAGS=-O2"
|
||||
conf_files="/etc/squid/squid.conf
|
||||
|
|
Loading…
Reference in a new issue