diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 04:45:52 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:28:46 +0000 |
commit | 0280af14e0f9472911234c9d0718cdab1eeed8d3 (patch) | |
tree | 73b2cc0964f9c872d5006fcb142664658f7d5b0f /network/ucspi-ssl | |
parent | 3469f1fe4dc9c73c491fec3fcc404b827c069b02 (diff) |
network/ucspi-ssl: Remove template comment, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ucspi-ssl')
-rw-r--r-- | network/ucspi-ssl/ucspi-ssl.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/ucspi-ssl/ucspi-ssl.SlackBuild b/network/ucspi-ssl/ucspi-ssl.SlackBuild index db2b20272a60..e8ec09b5758e 100644 --- a/network/ucspi-ssl/ucspi-ssl.SlackBuild +++ b/network/ucspi-ssl/ucspi-ssl.SlackBuild @@ -12,7 +12,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 @@ -23,8 +23,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" @@ -59,7 +59,6 @@ echo $PKG/usr/bin > package/command-cp patch -p1 < $CWD/$PRGNAM-$VERSION.SlackBuild.patch -# Compile the application and install it into the $PKG directory ./package/compile ./package/install |