os-prober: fix for PIE
This commit is contained in:
parent
00ed97a542
commit
64101e100f
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'os-prober'
|
# Template file for 'os-prober'
|
||||||
pkgname=os-prober
|
pkgname=os-prober
|
||||||
version=1.70
|
version=1.70
|
||||||
revision=2
|
revision=3
|
||||||
make_dirs="/var/lib/os-prober 0755 root root"
|
make_dirs="/var/lib/os-prober 0755 root root"
|
||||||
short_desc="Utility to detect other OSes on a set of drives"
|
short_desc="Utility to detect other OSes on a set of drives"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
@ -11,7 +11,7 @@ distfiles="${DEBIAN_SITE}/main/o/$pkgname/${pkgname}_$version.tar.xz"
|
|||||||
checksum=f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d
|
checksum=f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin linux-boot-prober
|
vbin linux-boot-prober
|
||||||
|
Loading…
x
Reference in New Issue
Block a user