summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2021-01-22 15:50:07 +0100
committerIlya Maximets <i.maximets@ovn.org>2021-02-02 18:00:57 +0100
commitd8df84998c560de79b3d5e7c964838a6927b2633 (patch)
tree815676c4d99fedc35df78e744407fd2d0649fa3c /rhel
parent59611d6fe0788afcfd7e4f1060536d6e44b19b0d (diff)
downloadopenvswitch-d8df84998c560de79b3d5e7c964838a6927b2633.tar.gz
rhel: Update '--with-dpdk' argument for DPDK 20.11.
With DPDK 20.11, meson and pkgconfig are used instead of the old Makefile-based system and so --with-dpdk option is changed to only accept shared or static instead of the directory. This commit uses --with-dpdk=shared since Fedora and RHEL ship shared libraries of DPDK. Fixes: 252e1e576443 ("dpdk: Update to use DPDK v20.11.") Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-fedora.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 2c0c4fa18..21929e6cf 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -162,7 +162,7 @@ This package provides IPsec tunneling support for OVS tunnels.
--disable-libcapng \
%endif
%if %{with dpdk}
- --with-dpdk=$(dirname %{_datadir}/dpdk/*/.config) \
+ --with-dpdk=shared \
%endif
--enable-ssl \
--disable-static \