enable kerberos support
and fix build (remove reference to old python2.patch)
This commit is contained in:
parent
6df43488ca
commit
9086983e50
@ -109,6 +109,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: libstdc++-static
|
BuildRequires: libstdc++-static
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: re2-devel
|
BuildRequires: re2-devel
|
||||||
@ -343,7 +344,6 @@ BuildArch: noarch
|
|||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
|
|
||||||
%patch7 -p1 -b .python2
|
|
||||||
%patch10 -p1 -b .openmax-dl-neon
|
%patch10 -p1 -b .openmax-dl-neon
|
||||||
## NEEDSWORK
|
## NEEDSWORK
|
||||||
#patch21 -p1 -b .gn-bootstrap-verbose
|
#patch21 -p1 -b .gn-bootstrap-verbose
|
||||||
@ -403,7 +403,9 @@ export NINJA_PATH=%{__ninja}
|
|||||||
|
|
||||||
%{qmake_qt5} \
|
%{qmake_qt5} \
|
||||||
CONFIG+="%{debug_config}" \
|
CONFIG+="%{debug_config}" \
|
||||||
QMAKE_EXTRA_ARGS+="-system-webengine-icu" .
|
QMAKE_EXTRA_ARGS+="-system-webengine-icu" \
|
||||||
|
QMAKE_EXTRA_ARGS+="-webengine-kerberos" \
|
||||||
|
.
|
||||||
|
|
||||||
# avoid %%make_build for now, the -O flag buffers output from intermediate build steps done via ninja
|
# avoid %%make_build for now, the -O flag buffers output from intermediate build steps done via ninja
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -565,8 +567,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 13 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
* Sun Feb 24 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
||||||
- 5.12.1
|
- 5.12.1
|
||||||
|
- enable kerberos support
|
||||||
|
|
||||||
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 5.11.3-5
|
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 5.11.3-5
|
||||||
- rebuilt (libvpx)
|
- rebuilt (libvpx)
|
||||||
|
Loading…
Reference in New Issue
Block a user