From 5767782643f5e67a66dc50488f3161796c972ad5 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 19 Aug 2015 09:25:30 +0200 Subject: [PATCH] libpng: build PIE --- srcpkgs/libpng/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template index 2e6af39a412..d7c49538b42 100644 --- a/srcpkgs/libpng/template +++ b/srcpkgs/libpng/template @@ -1,7 +1,8 @@ # Template build file for 'libpng'. pkgname=libpng version=1.6.18 -revision=1 +revision=2 +build_pie=yes build_style=gnu-configure makedepends="zlib-devel" short_desc="Library for manipulating PNG images"