pktgen: build with the same CFLAGS as dpdk

This commit is contained in:
Ruslan Babayev 2016-06-03 10:57:40 -07:00
parent 30f2dd5f55
commit ff8362aeb4

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = [ "-march=core2" ];
patchPhase = ''
sed -i -e s:/usr/local:$out:g lib/lua/src/luaconf.h
sed -i -e s:/usr/bin/lscpu:${utillinux}/bin/lscpu:g lib/common/wr_lscpu.h