Properly build with dpdk specifying shared option

f38
Mamoru TASAKA 4 years ago
parent 74024c5b4e
commit 7d5ce09332

@ -45,7 +45,7 @@ Name: openvswitch
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
URL: http://www.openvswitch.org/ URL: http://www.openvswitch.org/
Version: 2.15.0 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 # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL # 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 \ --enable-ssl \
%if %{with dpdk} %if %{with dpdk}
%ifarch %{dpdkarches} %ifarch %{dpdkarches}
--with-dpdk \ --with-dpdk=shared \
%endif %endif
%endif %endif
--with-pkidir=%{_sharedstatedir}/openvswitch/pki --with-pkidir=%{_sharedstatedir}/openvswitch/pki
@ -472,6 +472,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%endif %endif
%changelog %changelog
* Sun Feb 21 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.15.0-2
- Properly build with dpdk specifying shared option
* Wed Feb 17 2021 Timothy Redaelli <tredaelli@redhat.com> - 2.15.0-1 * Wed Feb 17 2021 Timothy Redaelli <tredaelli@redhat.com> - 2.15.0-1
- Updated to 2.15.0 - Updated to 2.15.0

Loading…
Cancel
Save