linuxPackages.dpdk: disable pic hardening

This commit is contained in:
Robin Gloster 2016-05-31 12:35:54 +00:00
parent a78316ce47
commit 878e24b35a

View File

@ -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