mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
efibootmgr: enable build_pie/relro; move to bin.
This commit is contained in:
parent
763be9372a
commit
e9d58b1766
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'efibootmgr'
|
# Template file for 'efibootmgr'
|
||||||
pkgname=efibootmgr
|
pkgname=efibootmgr
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=2
|
revision=3
|
||||||
|
build_pie=yes
|
||||||
makedepends="libefivar-devel zlib-devel pciutils-devel"
|
makedepends="libefivar-devel zlib-devel pciutils-devel"
|
||||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -16,6 +17,6 @@ do_build() {
|
||||||
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
|
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall src/efibootmgr/efibootmgr 755 usr/sbin
|
vbin src/efibootmgr/efibootmgr
|
||||||
vinstall src/man/man8/efibootmgr.8 644 usr/share/man/man8
|
vman src/man/man8/efibootmgr.8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue