enable kerberos support

and fix build (remove reference to old python2.patch)
This commit is contained in:
Rex Dieter 2019-02-24 22:54:05 -06:00
parent 6df43488ca
commit 9086983e50
1 changed files with 6 additions and 3 deletions

View File

@ -109,6 +109,7 @@ BuildRequires: gcc-c++
BuildRequires: libstdc++-static
BuildRequires: git-core
BuildRequires: gperf
BuildRequires: krb5-devel
BuildRequires: libicu-devel
BuildRequires: libjpeg-devel
BuildRequires: re2-devel
@ -343,7 +344,6 @@ BuildArch: noarch
## upstream patches
%patch7 -p1 -b .python2
%patch10 -p1 -b .openmax-dl-neon
## NEEDSWORK
#patch21 -p1 -b .gn-bootstrap-verbose
@ -403,7 +403,9 @@ export NINJA_PATH=%{__ninja}
%{qmake_qt5} \
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
make %{?_smp_mflags}
@ -565,8 +567,9 @@ done
%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
- enable kerberos support
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 5.11.3-5
- rebuilt (libvpx)