mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
linuxPackages.dpdk: disable pic hardening
This commit is contained in:
parent
a78316ce47
commit
878e24b35a
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
outputs = [ "out" "examples" ];
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
buildPhase = ''
|
||||
make T=x86_64-native-linuxapp-gcc config
|
||||
make T=x86_64-native-linuxapp-gcc install
|
||||
|
Loading…
Reference in New Issue
Block a user