kexec-tools: update to 2.0.10.
This commit is contained in:
parent
36b02896cc
commit
c44316271e
2 changed files with 19 additions and 4 deletions
12
srcpkgs/kexec-tools/patches/musl.patch
Normal file
12
srcpkgs/kexec-tools/patches/musl.patch
Normal 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>
|
|
@ -1,13 +1,16 @@
|
||||||
# Template file for 'kexec-tools'
|
# Template file for 'kexec-tools'
|
||||||
pkgname=kexec-tools
|
pkgname=kexec-tools
|
||||||
version=2.0.9
|
version=2.0.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin"
|
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
short_desc="Tools to support fast kexec reboots"
|
short_desc="Tools to support fast kexec reboots"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
|
||||||
checksum=8ae34a9ceb76350954e1e1e3ca9ab51da15862bd5f2fd14392208e60fb454f71
|
checksum=e23e4149712c861b2755e268a89d2e73a6cd1af4abc362a1ce419e212d19a1a3
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
rm ${XBPS_WRAPPERDIR}/strip
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue