rpcbind: build with pie/relro.
This commit is contained in:
parent
38d6420e9d
commit
aa0d0c9694
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rpcbind'
|
# Template file for 'rpcbind'
|
||||||
pkgname=rpcbind
|
pkgname=rpcbind
|
||||||
version=0.2.3
|
version=0.2.3
|
||||||
revision=4
|
revision=5
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
||||||
|
@ -15,6 +15,7 @@ homepage="http://rpcbind.sourceforge.net"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b
|
checksum=9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b
|
||||||
|
build_pie=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv rpcbind
|
vsv rpcbind
|
||||||
|
|
Loading…
Reference in New Issue