From 5312c6e55f5f0e5eb497d5ab54b340b9c94e81a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Jul 2015 10:58:48 +0200 Subject: [PATCH] marco: build with pie/relro. --- srcpkgs/marco/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/marco/template b/srcpkgs/marco/template index e96461582f..c1d59ee741 100644 --- a/srcpkgs/marco/template +++ b/srcpkgs/marco/template @@ -1,7 +1,8 @@ # Template file for 'marco' pkgname=marco version=1.10.1 -revision=1 +revision=2 +build_pie=yes build_style=gnu-configure configure_args="--disable-static --with-gtk=2.0 --enable-startup-notification --disable-schemas-compile" hostmakedepends="libtool pkg-config intltool itstool glib-devel gdk-pixbuf-devel zenity"