From b6f55b55e8fa607485a93f86e3846eb93455932b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 29 Apr 2015 23:19:34 +0200 Subject: [PATCH] dnsmasq: enable PIE. --- srcpkgs/dnsmasq/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index ef32a83cb7..2724c26838 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,7 +1,7 @@ # Template file for 'dnsmasq' pkgname=dnsmasq version=2.72 -revision=2 +revision=3 hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel libidn-devel" conf_files="/etc/dnsmasq.conf" @@ -14,6 +14,7 @@ license="GPL-2" homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz" checksum=635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d +build_pie=yes do_build() { echo '#define HAVE_DBUS' >> src/config.h