- set rundir to %_rundir

OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=142
This commit is contained in:
Dirk Mueller 2018-03-21 21:03:38 +00:00 committed by Git OBS Bridge
parent 5adc68e0f1
commit 3bfbfddc06
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 21 21:03:21 UTC 2018 - dmueller@suse.com
- set rundir to %_rundir
-------------------------------------------------------------------
Thu Mar 1 10:39:54 UTC 2018 - mchandras@suse.de

View File

@ -341,9 +341,10 @@ popd
cp -a %{SOURCE89} obj/$flavor/datapath/linux/Module.supported
pushd obj/$flavor
%configure \
--with-logdir=%{_localstatedir}/log/openvswitch \
--with-linux=%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor \
--with-linux-source=%{_prefix}/src/linux
--with-logdir=%{_localstatedir}/log/openvswitch \
--with-rundir=%{_rundir}/openvswitch \
--with-linux=%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor \
--with-linux-source=%{_prefix}/src/linux
cd datapath/linux
make %{?_smp_mflags}
popd
@ -371,6 +372,7 @@ pushd source
--enable-shared \
--enable-ssl \
${dpdk_opt} \
--with-rundir=%{_rundir}/openvswitch \
--with-logdir=%{_localstatedir}/log/openvswitch
make %{?_smp_mflags}
popd