linuxPackages.ena: disable pic
This commit is contained in:
parent
af04b6d5a5
commit
0f274be2fd
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "03w6xgv3lfn28n38mj9cdi3px5zjyrbxnflpd3ggivkv6grf9fp7";
|
sha256 = "03w6xgv3lfn28n38mj9cdi3px5zjyrbxnflpd3ggivkv6grf9fp7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
configurePhase =
|
configurePhase =
|
||||||
''
|
''
|
||||||
cd kernel/linux/ena
|
cd kernel/linux/ena
|
||||||
@ -30,5 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/amzn/amzn-drivers;
|
homepage = https://github.com/amzn/amzn-drivers;
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user