index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-27 21:10:46 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-27 21:10:46 +0200 |
commit | c727b6bde4f72da83e7691657434eee70557b60b (patch) | |
tree | 4e0dcb4b05d30cd46b6cf906fd3c60f4f1e49132 | |
parent | 5d77a997cf30e0fcea36a2ea38cdf99405c4f210 (diff) |
-rw-r--r-- | community/squid/PKGBUILD | 2 |
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index 53731943..1a2bcc45 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -7,7 +7,7 @@ if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' - s|make|make LDFLAGS=="-Wl,--as-needed -latomic -Wl,--no-as-needed"|g + s|make|make LDFLAGS="-Wl,--as-needed -latomic -Wl,--no-as-needed"|g '; )" fi |