summaryrefslogtreecommitdiff
path: root/squid
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-03-28 13:22:00 +0200
committerJuergen Daubert <jue@jue.li>2018-03-28 13:24:15 +0200
commit582d5addb9e4a996f7c05e13323d1c71df460e9c (patch)
tree646126f10a80dfdda27626ed71fe7fe8c0ae6178 /squid
parent7bc5c808806f65929477505b1fcad3a73a109b28 (diff)
downloadopt-582d5addb9e4a996f7c05e13323d1c71df460e9c.tar.gz
opt-582d5addb9e4a996f7c05e13323d1c71df460e9c.tar.xz
squid: don't force build with --march=native but respect our CFLAGS
Diffstat (limited to 'squid')
-rw-r--r--squid/.signature4
-rw-r--r--squid/Pkgfile5
2 files changed, 5 insertions, 4 deletions
diff --git a/squid/.signature b/squid/.signature
index 3cd5fe7a7..c4897b990 100644
--- a/squid/.signature
+++ b/squid/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Un0aZS0/4G5qsSyFSI5LVUh0GzsHmQMQnioBGi2TIhqlx6ueHQUS96t//p38fQ4RXnj7gpEleKwMOH41FDpfwM=
-SHA256 (Pkgfile) = be847ab7c733aadec39af2ebfccb9d16e0399044a8427c1a75af248c8457b3cd
+RWSE3ohX2g5d/T+IOkd2675EdbAbotfBS6QA5zSrnF1IFzIkO3FaEN6jYMkah3aFewRfzlEZhoQvd/qJeIJIeezLJtrMv4umUAc=
+SHA256 (Pkgfile) = 9521d116b703abf76f7e83f45a626f08f6fa3b730179ca9f86602647e005277d
SHA256 (.footprint) = 952ba99723403df9cdc25db04bd88a343f4b3bba1cac619e80a648ec08cbdfe3
SHA256 (squid-4.0.24.tar.xz) = 091da0d763307dcc0f5c784ab07ea0c5a093f6dfac60f17ff26e2a6d50f76a07
SHA256 (squid) = d4ff0ac128250907e7cce4a01d6d92d9ca7dde7d59e1c72fe89de72fa5488ec4
diff --git a/squid/Pkgfile b/squid/Pkgfile
index f48267f26..86fc88b76 100644
--- a/squid/Pkgfile
+++ b/squid/Pkgfile
@@ -5,7 +5,7 @@
name=squid
version=4.0.24
-release=2
+release=3
source=(http://www.squid-cache.org/Versions/v4/$name-$version.tar.xz
squid)
@@ -27,7 +27,8 @@ build () {
--with-large-files \
--with-pthreads \
--with-aufs-threads=16 \
- --disable-auto-locale
+ --disable-auto-locale \
+ --disable-arch-native
make all
make DESTDIR=$PKG install

Generated by cgit