dnsmasq: enable pie hardening
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user