summaryrefslogtreecommitdiffstats
path: root/network/rtorrent
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-11 08:29:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-11 08:35:48 +0700
commitd7166da0bc7cdadf4da4012a8509a331517610b8 (patch)
tree69c015801bbf74c556761309d55ad9fd4d8986db /network/rtorrent
parent63011dbc9280abf741cad3e05ae7479a71ab3259 (diff)
downloadslackbuilds-d7166da0bc7cdadf4da4012a8509a331517610b8.tar.gz
slackbuilds-d7166da0bc7cdadf4da4012a8509a331517610b8.tar.xz
network/rtorrent: Fix build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rtorrent')
-rw-r--r--network/rtorrent/rtorrent.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild
index b669bd769d..8fbd35bcbe 100644
--- a/network/rtorrent/rtorrent.SlackBuild
+++ b/network/rtorrent/rtorrent.SlackBuild
@@ -12,7 +12,7 @@
PRGNAM=rtorrent
VERSION=${VERSION:-0.9.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -29,7 +29,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"