unbound: enable compilation with PIE & relro/now

This commit is contained in:
Franz Pletz 2016-02-15 04:27:49 +01:00
parent 7bf80c9875
commit f415c07703

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
"--with-libevent=${libevent}"
"--localstatedir=/var"
"--sysconfdir=/etc"
"--enable-pie"
"--enable-relro-now"
];
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];