diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-10 21:58:07 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | 874475c82cfa2c18ff780296c8c078d908dec319 (patch) | |
tree | 359ccf9dc6b5ee8d607b09b875bbb974ababcf92 /libraries/yajl/yajl.SlackBuild | |
parent | c609d1d9c0742fd3f96921593169717b5c12aa7e (diff) | |
download | slackbuilds-874475c82cfa2c18ff780296c8c078d908dec319.tar.gz |
libraries/yajl: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/yajl/yajl.SlackBuild')
-rw-r--r-- | libraries/yajl/yajl.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/yajl/yajl.SlackBuild b/libraries/yajl/yajl.SlackBuild index 4442e53a88..0ed28fbfbf 100644 --- a/libraries/yajl/yajl.SlackBuild +++ b/libraries/yajl/yajl.SlackBuild @@ -4,7 +4,7 @@ # Written by Eugene Wissner <belka.ew@gmail.com> # Updated by Marcin Herda <mherda@slackword.net> -# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info> +# Updated by Johannes Schoepfer # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -30,7 +30,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |