From 4efa7f0922788642a17b1a58d0930b7b75970521 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Jul 2015 11:00:58 +0200 Subject: [PATCH] mate-panel: build with pie/relro. --- srcpkgs/mate-panel/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mate-panel/template b/srcpkgs/mate-panel/template index 329e1175c0..d8d402e853 100644 --- a/srcpkgs/mate-panel/template +++ b/srcpkgs/mate-panel/template @@ -1,7 +1,8 @@ # Template file for 'mate-panel' pkgname=mate-panel version=1.10.1 -revision=1 +revision=2 +build_pie=yes build_style=gnu-configure configure_args="--with-gtk=2.0 --disable-static --disable-schemas-compile --enable-network-manager $(vopt_enable gir introspection)"