opendkim: enable PIE hardening
This commit is contained in:
parent
fb57bfbd4f
commit
6473000edd
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags= [ "--with-milter=${libmilter}" ];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||
|
||||
buildInputs = [ libbsd openssl libmilter perl ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user