aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch')
-rw-r--r--vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch b/vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch
new file mode 100644
index 0000000..25db196
--- /dev/null
+++ b/vcpkg/ports/dpdk/0005-no-absolute-driver-path.patch
@@ -0,0 +1,13 @@
+diff --git a/config/meson.build b/config/meson.build
+index 5ed4625d9e..3f89fd0768 100644
+--- a/config/meson.build
++++ b/config/meson.build
+@@ -445,7 +445,7 @@ Please install libnuma, or set 'max_numa_nodes' option to '1' to build without N
+ endif
+
+ # set the install path for the drivers
+-dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', eal_pmd_path)
++dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', '')
+
+ install_headers(['rte_config.h'],
+ subdir: get_option('include_subdir_arch'))