spdk: fix build with dpdk 25.03

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2025-04-29 11:52:54 +02:00
parent c24fc57520
commit 97c362cbfb
No known key found for this signature in database
GPG key ID: FEE64346C8BF92AE

View file

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