forked from pool/wireshark
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
|
||||
|
||||
|
@ -230,8 +230,7 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
|
||||
|
||||
%configure \
|
||||
%if %{with gtk}
|
||||
--with-gtk3=no \
|
||||
--with-gtk2=yes \
|
||||
--with-gtk=2 \
|
||||
%endif
|
||||
%if %{with qt}
|
||||
--with-qt=yes \
|
||||
@ -244,7 +243,6 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
|
||||
%else
|
||||
--with-gnutls=no \
|
||||
%endif
|
||||
--with-gcrypt=yes \
|
||||
--with-plugins=%{_libdir}/%{name}/plugins/%{version} \
|
||||
--with-pic=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user