From 7d5ce09332f5515d1c9cdde7ed5f1a0c4fc461a8 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 22 Feb 2021 01:17:36 +0900 Subject: [PATCH] Properly build with dpdk specifying shared option --- openvswitch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index 4fcd00a..bed5c8d 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -45,7 +45,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: http://www.openvswitch.org/ Version: 2.15.0 -Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 2%{?commit0:.%{date}git%{shortcommit0}}%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -193,7 +193,7 @@ sed -i.old -e "s/^AC_INIT(openvswitch,.*,/AC_INIT(openvswitch, %{version},/" con --enable-ssl \ %if %{with dpdk} %ifarch %{dpdkarches} - --with-dpdk \ + --with-dpdk=shared \ %endif %endif --with-pkidir=%{_sharedstatedir}/openvswitch/pki @@ -472,6 +472,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch %endif %changelog +* Sun Feb 21 2021 Mamoru TASAKA - 2.15.0-2 +- Properly build with dpdk specifying shared option + * Wed Feb 17 2021 Timothy Redaelli - 2.15.0-1 - Updated to 2.15.0