diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:57 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:30 -0400 |
commit | 18eccee3d52464c66fb421ca50f137bbea607894 (patch) | |
tree | 77c4b2230edd9bb40e5bb9ebe7dee06c10aa9611 /network/privoxy | |
parent | 8bb8c635355e29e8b9be8b1eecfb0a2334510409 (diff) |
network/privoxy: Change i486 to i586
Diffstat (limited to 'network/privoxy')
-rw-r--r-- | network/privoxy/privoxy.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild index e0342623e36b..991543352556 100644 --- a/network/privoxy/privoxy.SlackBuild +++ b/network/privoxy/privoxy.SlackBuild @@ -48,10 +48,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM-$VERSION OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i586" ]; then +if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then |