From a985c4ca5eb522546f16abbef4ceb98a07caf951 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Jul 2015 11:12:53 +0200 Subject: [PATCH] vte: build with pie/relro. --- srcpkgs/vte/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vte/template b/srcpkgs/vte/template index bc2b1734330..31162532b31 100644 --- a/srcpkgs/vte/template +++ b/srcpkgs/vte/template @@ -1,7 +1,8 @@ # Template build file for 'vte'. pkgname=vte version=0.28.2 -revision=12 +revision=13 +build_pie=yes build_style=gnu-configure configure_args="--disable-static --with-gtk=2.0" hostmakedepends="automake gettext-devel gtk-doc gobject-introspection libtool pkg-config intltool python-devel glib-devel pygtk-devel"