summaryrefslogtreecommitdiff
path: root/squid
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-06-09 14:04:32 +0200
committerJuergen Daubert <jue@jue.li>2022-06-09 14:04:32 +0200
commit0e580f3c3bc2d2e635d38cf430665561c8713ffb (patch)
treea3ce32969ced560b549fe3748f37beab6275d78b /squid
parent28323dd803f14367352f782a13c12869f2471d8c (diff)
downloadopt-0e580f3c3bc2d2e635d38cf430665561c8713ffb.tar.gz
opt-0e580f3c3bc2d2e635d38cf430665561c8713ffb.tar.xz
squid: fix build with gcc12
Diffstat (limited to 'squid')
-rw-r--r--squid/.signature4
-rw-r--r--squid/Pkgfile1
2 files changed, 3 insertions, 2 deletions
diff --git a/squid/.signature b/squid/.signature
index f92141ef3..ebd674a57 100644
--- a/squid/.signature
+++ b/squid/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/dUq3+Xn9vINN+qsGg7GLzVt21FosVmihhEz4zPFKenePr4dA+rCME1uz0izmHJMVoDX9grcG/IsaZk/3w7eDAU=
-SHA256 (Pkgfile) = cce9b08a3ee523fe4f7e1745ce5626371f5be75e1bb3525efea88d914f7f6ad2
+RWSE3ohX2g5d/frsdCN5spKIJdUGIPvBu49EiQNYAPsjzGTlFAMRthU9ZSCF6pipGGrA3xvibQpQaE+ZCz2A8WiOFULZgy8iMQo=
+SHA256 (Pkgfile) = 78a6991b6782d67969371f381f79e09259d966745a81a256c592304d7bec56eb
SHA256 (.footprint) = 86ef6433e602fb7ce136697b81c5c3b04185d777ab56d06011fc72e4aa9dd653
SHA256 (squid-5.6.tar.xz) = 38d27338a347597ce0e93d0c3be6e5f66b6750417c474ca87ee0d61bb6d148db
SHA256 (squid) = c807a9373705537b648c38ed456ab016cc2fd7d40e6d47c20611931437588d96
diff --git a/squid/Pkgfile b/squid/Pkgfile
index 0f65efc1b..9cb215db6 100644
--- a/squid/Pkgfile
+++ b/squid/Pkgfile
@@ -13,6 +13,7 @@ build() {
cd $name-$version
sed '/DEFAULT_STATEDIR/s/$(localstatedir)//' -i src/ipc/Makefile.in
+ export CXXFLAGS="$CXXFLAGS -Wno-error"
./configure \
--prefix=/usr \

Generated by cgit