mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
spdk: fix build with dpdk 25.03
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
c24fc57520
commit
97c362cbfb
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
|
||||
# can be removed again with next release, check is already in master
|
||||
substituteInPlace module/scheduler/dpdk_governor/dpdk_governor.c \
|
||||
--replace-fail "<rte_power.h>" " <rte_power_cpufreq.h>"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue