index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 |