pktgen: build with the same CFLAGS as dpdk
This commit is contained in:
parent
30f2dd5f55
commit
ff8362aeb4
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-march=core2" ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e s:/usr/local:$out:g lib/lua/src/luaconf.h
|
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
|
sed -i -e s:/usr/bin/lscpu:${utillinux}/bin/lscpu:g lib/common/wr_lscpu.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user