Accepting request 517930 from home:scarabeus_iv:branches:network:utilities
- Gcrypt is now default - gtk switch was redone to accept value at the end instead of 2 options OBS-URL: https://build.opensuse.org/request/show/517930 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=222
This commit is contained in:
parent
e26d534ec8
commit
d7d500b49e
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 21 12:48:39 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Gcrypt is now default
|
||||||
|
- gtk switch was redone to accept value at the end instead of 2
|
||||||
|
options
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 08:21:59 UTC 2017 - astieger@suse.com
|
Thu Jul 27 08:21:59 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -230,8 +230,7 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
|
|||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
%if %{with gtk}
|
%if %{with gtk}
|
||||||
--with-gtk3=no \
|
--with-gtk=2 \
|
||||||
--with-gtk2=yes \
|
|
||||||
%endif
|
%endif
|
||||||
%if %{with qt}
|
%if %{with qt}
|
||||||
--with-qt=yes \
|
--with-qt=yes \
|
||||||
@ -244,7 +243,6 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
|
|||||||
%else
|
%else
|
||||||
--with-gnutls=no \
|
--with-gnutls=no \
|
||||||
%endif
|
%endif
|
||||||
--with-gcrypt=yes \
|
|
||||||
--with-plugins=%{_libdir}/%{name}/plugins/%{version} \
|
--with-plugins=%{_libdir}/%{name}/plugins/%{version} \
|
||||||
--with-pic=yes
|
--with-pic=yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user