coreutils: enable build_pie=yes.
This commit is contained in:
parent
d74372d64c
commit
bb4e9ae42e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'coreutils'
|
||||
pkgname=coreutils
|
||||
version=8.23
|
||||
revision=4
|
||||
revision=5
|
||||
bootstrap=yes
|
||||
makedepends="gmp-devel acl-devel libcap-devel"
|
||||
replaces="chroot-coreutils>=0"
|
||||
|
@ -11,6 +11,7 @@ homepage="http://www.gnu.org/software/coreutils"
|
|||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/coreutils/${pkgname}-${version}.tar.xz"
|
||||
checksum=ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d
|
||||
build_pie=yes
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="perl"
|
||||
|
|
Loading…
Reference in New Issue