From 5dd77495fdfb9d75b62aaf46d2c22d11ed8b3a4c Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Sun, 18 Dec 2016 23:36:20 +0700 Subject: python/python-vulndb: Switch to i586. Signed-off-by: Willy Sudiarto Raharjo --- python/python-vulndb/python-vulndb.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'python/python-vulndb/python-vulndb.SlackBuild') diff --git a/python/python-vulndb/python-vulndb.SlackBuild b/python/python-vulndb/python-vulndb.SlackBuild index 9b778fa235..4eb1e8c3df 100644 --- a/python/python-vulndb/python-vulndb.SlackBuild +++ b/python/python-vulndb/python-vulndb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-vulndb -# Copyright 2015 Brenton Earl +# Copyright 2015-2016 Brenton Earl # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -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" @@ -73,7 +73,8 @@ find -L . \ # Removes git commit to vulndb/data.git since it seems to be # broken. Tracks vulndb/data.git in /tmp/vulndb_data # After Vulndb is downloaded it is copied to: -# /usr/lib64/python2.7/site-packages/vulndb/db/ +# /usr/lib64/python2.7/site-packages/vulndb/db/ or +# /usr/lib/python2.7/site-packages/vulndb/db/ patch -p1 --verbose < $CWD/do-not-commit-vulndb-to-upstream.diff python setup.py install --root=$PKG -- cgit v1.2.3