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
|
||||
|
||||
|
@ -263,10 +263,14 @@ done
|
||||
|
||||
pushd source
|
||||
|
||||
%if %{with dpdk}
|
||||
dpdk_opt="--with-dpdk"
|
||||
%endif
|
||||
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
%{?_with_dpdk} \
|
||||
${dpdk_opt} \
|
||||
--with-logdir=%{_localstatedir}/log/openvswitch
|
||||
make %{?_smp_mflags}
|
||||
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
|
||||
|
||||
|
@ -261,10 +261,14 @@ done
|
||||
|
||||
pushd source
|
||||
|
||||
%if %{with dpdk}
|
||||
dpdk_opt="--with-dpdk"
|
||||
%endif
|
||||
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
%{?_with_dpdk} \
|
||||
${dpdk_opt} \
|
||||
--with-logdir=%{_localstatedir}/log/openvswitch
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user