summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:44 +0100
committer B. Watson2022-06-07 08:23:39 +0200
commit4db7be9250638e00947a062b6ffb15b5bb5118f6 (patch)
treecf92eab8956bddc4b618e417db543cbc23b44b17 /perl
parentb68614d9668e7d352b24a615b67e5ac22d825c37 (diff)
downloadslackbuilds-4db7be9250638e00947a062b6ffb15b5bb5118f6.tar.gz
perl/perl-SNMP-Info: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild b/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild
index a79ad05e7f..e14f0f3ca1 100644
--- a/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild
+++ b/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -52,8 +52,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"