kexec-tools: nopie=yes
otherwise kexec breaks with "Unhandled rela relocation: R_X86_64_29"
This commit is contained in:
parent
a25367a490
commit
753f680df8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kexec-tools'
|
||||
pkgname=kexec-tools
|
||||
version=2.0.12
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="liblzma-devel"
|
||||
short_desc="Tools to support fast kexec reboots"
|
||||
|
@ -10,6 +10,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue