Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/squid/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/squid/PKGBUILD')
-rw-r--r--community/squid/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
deleted file mode 100644
index 1a2bcc45..00000000
--- a/community/squid/PKGBUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-# testing libatomic for __atomic_load_8 fails in configure.ac, following the idea in
-# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830942
-# TODO: report upstream in squid project
-
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- eval "$(
- declare -f build | \
- sed '
- s|make|make LDFLAGS="-Wl,--as-needed -latomic -Wl,--no-as-needed"|g
- ';
- )"
-fi