SHA256
1
0
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:
Markos Chandras 2016-06-29 15:59:20 +00:00 committed by Git OBS Bridge
parent f1124fc91b
commit afb5a1c574
4 changed files with 26 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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