From 7a1d039c005c5d93b2061c57d2b7a596fd9de720 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Jul 2015 11:07:59 +0200 Subject: [PATCH] mate-polkit: build with pie/relro. --- srcpkgs/mate-polkit/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mate-polkit/template b/srcpkgs/mate-polkit/template index 4facc539b2d..ddaaaa4624d 100644 --- a/srcpkgs/mate-polkit/template +++ b/srcpkgs/mate-polkit/template @@ -1,7 +1,8 @@ # Template file for 'mate-polkit' pkgname=mate-polkit version=1.10.0 -revision=1 +revision=2 +build_pie=yes build_style=gnu-configure configure_args="--with-gtk=2.0 --disable-static $(vopt_enable gir introspection)" hostmakedepends="pkg-config intltool"