kexec-tools: update to 2.0.10.

This commit is contained in:
Juan RP 2015-06-26 06:35:58 +02:00
parent 36b02896cc
commit c44316271e
2 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,12 @@
--- vmcore-dmesg/vmcore-dmesg.c.orig 2015-06-26 06:34:07.265191695 +0200
+++ vmcore-dmesg/vmcore-dmesg.c 2015-06-26 06:34:44.306162445 +0200
@@ -12,7 +12,9 @@
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
+#define _GNU_SOURCE /* loff_t with musl */
#include <fcntl.h>
+#undef _GNU_SOURCE
#include <elf.h>
#include <stdbool.h>
#include <inttypes.h>

View File

@ -1,13 +1,16 @@
# Template file for 'kexec-tools'
pkgname=kexec-tools
version=2.0.9
revision=2
version=2.0.10
revision=1
build_style=gnu-configure
configure_args="--sbindir=/usr/bin"
makedepends="liblzma-devel"
short_desc="Tools to support fast kexec reboots"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
checksum=8ae34a9ceb76350954e1e1e3ca9ab51da15862bd5f2fd14392208e60fb454f71
checksum=e23e4149712c861b2755e268a89d2e73a6cd1af4abc362a1ce419e212d19a1a3
pre_build() {
rm ${XBPS_WRAPPERDIR}/strip
}