mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
radvd: enable pie hardening
This commit is contained in:
parent
e392824fb3
commit
8b9eccbf2d
@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "radvd-2.11";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.litech.org/radvd/dist/${name}.tar.xz";
|
||||
sha256 = "1k2sbfs4w2lkgz2mh4zh66fgahjrn2hvxcpfc091bykrzj464qq4";
|
||||
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pkgconfig libdaemon bison flex check ];
|
||||
|
||||
hardening_pie = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.litech.org/radvd/;
|
||||
description = "IPv6 Router Advertisement Daemon";
|
||||
|
Loading…
Reference in New Issue
Block a user