unbound: enable compilation with PIE & relro/now
This commit is contained in:
parent
7bf80c9875
commit
f415c07703
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-libevent=${libevent}"
|
"--with-libevent=${libevent}"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
|
"--enable-pie"
|
||||||
|
"--enable-relro-now"
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user