From c5b3b3c6961fb4828c3fe85b42ccb3ac43be8673 Mon Sep 17 00:00:00 2001 From: powtrix Date: Wed, 25 Jan 2017 18:42:21 +0000 Subject: system/kexec-tools: Updated for version 2.0.14. Signed-off-by: David Spencer --- system/kexec-tools/kexec-tools.SlackBuild | 12 ++++++------ system/kexec-tools/kexec-tools.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'system/kexec-tools') diff --git a/system/kexec-tools/kexec-tools.SlackBuild b/system/kexec-tools/kexec-tools.SlackBuild index 2539b9654e..3092b42909 100644 --- a/system/kexec-tools/kexec-tools.SlackBuild +++ b/system/kexec-tools/kexec-tools.SlackBuild @@ -4,13 +4,13 @@ # Written by powtrix (@gmail.com) PRGNAM=kexec-tools -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.0.14} BUILD=${BUILD:-2} 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 @@ -21,8 +21,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" @@ -30,8 +30,8 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then # Fixed by Thibaut # The -fPIC breaks the purgatory of kexec (= the code that passes - #command-line arguments to the kernel): kexec doesn't know how to - #handle the GOT and PLT relocation entries. + # command-line arguments to the kernel): kexec doesn't know how to + # handle the GOT and PLT relocation entries. SLKCFLAGS="-O2" LIBDIRSUFFIX="64" else diff --git a/system/kexec-tools/kexec-tools.info b/system/kexec-tools/kexec-tools.info index f83628a072..242fc228a4 100644 --- a/system/kexec-tools/kexec-tools.info +++ b/system/kexec-tools/kexec-tools.info @@ -1,8 +1,8 @@ PRGNAM="kexec-tools" -VERSION="2.0.9" +VERSION="2.0.14" HOMEPAGE="http://horms.net/projects/kexec/" -DOWNLOAD="https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.9.tar.xz" -MD5SUM="6681319934e22e74c532bd392ccb1bbb" +DOWNLOAD="https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.14.tar.xz" +MD5SUM="4164abff8ed21e9f94d57f535c2f77bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3