unbound: enable compilation with PIE & relro/now
This commit is contained in:
parent
7bf80c9875
commit
f415c07703
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue