Merge pull request #21575 from abuibrahim/master

pktgen: fix runtime paths
This commit is contained in:
Joachim F 2017-01-02 06:29:48 +01:00 committed by GitHub
commit 79174ece7e

View File

@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [ "-march=core2" ];
postPatch = ''
substituteInPlace lib/lua/src/luaconf.h --replace /usr/local $out
substituteInPlace lib/common/lscpu.h --replace /usr/bin/lscpu ${utillinux}/bin/lscpu
'';
installPhase = ''
install -d $out/bin
install -m 0755 app/app/${RTE_TARGET}/app/pktgen $out/bin