void-packages/srcpkgs/kexec-tools/template
Duncaen 753f680df8 kexec-tools: nopie=yes
otherwise kexec breaks with "Unhandled rela relocation: R_X86_64_29"
2016-07-26 03:28:56 +02:00

17 lines
503 B
Bash

# Template file for 'kexec-tools'
pkgname=kexec-tools
version=2.0.12
revision=2
build_style=gnu-configure
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=14ce67b6242426a7ded10f58b7d29d3cfef5c1379850e8ba3816bb42053f920d
nopie=yes
pre_build() {
rm ${XBPS_WRAPPERDIR}/strip
}