diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:29 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:24:02 -0400 |
commit | 39093d2da71822fd8959028a3c3913c5b366b2bb (patch) | |
tree | 121cd80d42009cc233abacf5b88032137f2bf523 /libraries | |
parent | 7106e61cf0c20bf8e29dc4c53e1ac5318159b554 (diff) | |
download | slackbuilds-39093d2da71822fd8959028a3c3913c5b366b2bb.tar.gz |
libraries/libzookeeper: Change i486 to i586
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libzookeeper/libzookeeper.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libzookeeper/libzookeeper.SlackBuild b/libraries/libzookeeper/libzookeeper.SlackBuild index a72014a5ce..40f16cf503 100644 --- a/libraries/libzookeeper/libzookeeper.SlackBuild +++ b/libraries/libzookeeper/libzookeeper.SlackBuild @@ -33,7 +33,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -51,8 +51,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" |