forked from pool/openvswitch
Accepting request 405517 from home:markoschandras:network
- Remove the ?_with_dpdk macro usage since this is not being set without explicitly passing --with/--without during an OBS build. This reverts back to using the %{with dpdk} style which is set automatically based on %bcond_with* macros. OBS-URL: https://build.opensuse.org/request/show/405517 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=95
This commit is contained in:
parent
f1124fc91b
commit
afb5a1c574
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 15:17:07 UTC 2016 - mchandras@suse.de
|
||||||
|
|
||||||
|
- Remove the ?_with_dpdk macro usage since this is not being set
|
||||||
|
without explicitly passing --with/--without during an OBS build.
|
||||||
|
This reverts back to using the %{with dpdk} style which is set
|
||||||
|
automatically based on %bcond_with* macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 13:21:12 UTC 2016 - mchandras@suse.de
|
Tue Jun 28 13:21:12 UTC 2016 - mchandras@suse.de
|
||||||
|
|
||||||
|
@ -263,10 +263,14 @@ done
|
|||||||
|
|
||||||
pushd source
|
pushd source
|
||||||
|
|
||||||
|
%if %{with dpdk}
|
||||||
|
dpdk_opt="--with-dpdk"
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
%{?_with_dpdk} \
|
${dpdk_opt} \
|
||||||
--with-logdir=%{_localstatedir}/log/openvswitch
|
--with-logdir=%{_localstatedir}/log/openvswitch
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 15:17:07 UTC 2016 - mchandras@suse.de
|
||||||
|
|
||||||
|
- Remove the ?_with_dpdk macro usage since this is not being set
|
||||||
|
without explicitly passing --with/--without during an OBS build.
|
||||||
|
This reverts back to using the %{with dpdk} style which is set
|
||||||
|
automatically based on %bcond_with* macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 13:21:12 UTC 2016 - mchandras@suse.de
|
Tue Jun 28 13:21:12 UTC 2016 - mchandras@suse.de
|
||||||
|
|
||||||
|
@ -261,10 +261,14 @@ done
|
|||||||
|
|
||||||
pushd source
|
pushd source
|
||||||
|
|
||||||
|
%if %{with dpdk}
|
||||||
|
dpdk_opt="--with-dpdk"
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
%{?_with_dpdk} \
|
${dpdk_opt} \
|
||||||
--with-logdir=%{_localstatedir}/log/openvswitch
|
--with-logdir=%{_localstatedir}/log/openvswitch
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user