dnsmasq: enable pie hardening
This commit is contained in:
parent
62f65d15ca
commit
e392824fb3
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
"LOCALEDIR=$(out)/share/locale"
|
"LOCALEDIR=$(out)/share/locale"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardening_pie = true;
|
||||||
|
|
||||||
postBuild = optionalString stdenv.isLinux ''
|
postBuild = optionalString stdenv.isLinux ''
|
||||||
make -C contrib/wrt
|
make -C contrib/wrt
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user