xorriso: fix PIE by overriding do_build()
This commit is contained in:
parent
ce04d576d8
commit
ab7d73027c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xorriso'
|
||||
pkgname=xorriso
|
||||
version=1.4.7
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel bzip2-devel readline-devel acl-devel"
|
||||
short_desc="ISO 9660 Rock Ridge Filesystem Manipulator"
|
||||
|
@ -10,4 +10,7 @@ license="GPL-3"
|
|||
homepage="https://www.gnu.org/software/xorriso"
|
||||
distfiles="https://www.gnu.org/software/xorriso/xorriso-$version.tar.gz"
|
||||
checksum=042ea165d6c0e2d7fb1db979895c61659d22bbdb78cac912fa5bc0f7495fc861
|
||||
nopie=yes
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue