Date: Wednesday, October 7, 2015 @ 18:40:22
  Author: bisson
Revision: 143306

follow nsd's example

Modified:
  unbound/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-07 16:38:37 UTC (rev 143305)
+++ PKGBUILD    2015-10-07 16:40:22 UTC (rev 143306)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -35,7 +35,10 @@
                --with-libevent \
                --with-rootkey-file=/etc/trusted-key.key \
                --with-conf-file=/etc/unbound/unbound.conf \
-               --with-pidfile=/run/unbound.pid
+               --with-pidfile=/run/unbound.pid \
+               --enable-relro-now \
+               --enable-pie \
+
        make
 }
 

Reply via email to