From 63011dbc9280abf741cad3e05ae7479a71ab3259 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 11 Nov 2014 08:29:23 +0700 Subject: libraries/libtorrent: Fix build on x86. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libtorrent/libtorrent.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries') diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild index c11d91c42c..67469fea36 100644 --- a/libraries/libtorrent/libtorrent.SlackBuild +++ b/libraries/libtorrent/libtorrent.SlackBuild @@ -12,7 +12,7 @@ PRGNAM=libtorrent VERSION=${VERSION:-0.13.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" -- cgit v1.2.3