From 140620e4e595a7a39cb46f7b9ac049cd765b0c29 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Mar 2015 10:15:02 +0100 Subject: [PATCH] rpcbind: build_pie=yes --- srcpkgs/rpcbind/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rpcbind/template b/srcpkgs/rpcbind/template index 73a3e7126a8..c5cf8e1f751 100644 --- a/srcpkgs/rpcbind/template +++ b/srcpkgs/rpcbind/template @@ -1,7 +1,8 @@ # Template file for 'rpcbind' pkgname=rpcbind version=0.2.2 -revision=1 +revision=2 +build_pie=yes build_style=gnu-configure configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc $(vopt_if systemd '--with-systemsystemunitdir=/usr/lib/systemd/system' '--with-systemdsystemunitdir=no')"