Compile export libs without GSSAPI

Signed-off-by: Petr Menšík <pemensik@redhat.com>
This commit is contained in:
Petr Menšík 2018-04-03 10:54:13 +02:00
parent 8c4729c436
commit cc9419191f
1 changed files with 4 additions and 1 deletions

View File

@ -594,12 +594,14 @@ export LIBDIR_SUFFIX
--libdir=%{_libdir}%{_export_dir} \ --libdir=%{_libdir}%{_export_dir} \
--includedir=%{_includedir}%{_export_dir}/ \ --includedir=%{_includedir}%{_export_dir}/ \
--disable-threads \ --disable-threads \
%if %{with GSSTSIG}
--with-gssapi=yes \ --with-gssapi=yes \
--disable-isc-spnego \ --disable-isc-spnego \
--enable-fixed-rrset \ %endif
%if %{with UNITTEST} %if %{with UNITTEST}
--with-atf=/usr \ --with-atf=/usr \
%endif %endif
--enable-fixed-rrset \
--disable-rpz-nsip \ --disable-rpz-nsip \
--disable-rpz-nsdname \ --disable-rpz-nsdname \
--without-lmdb \ --without-lmdb \
@ -1358,6 +1360,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Tue Apr 03 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.3-5 * Tue Apr 03 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.3-5
- Enable libidn2 support (#1098783) - Enable libidn2 support (#1098783)
- Compile export libs without GSSAPI
* Wed Mar 21 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.3-4 * Wed Mar 21 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.3-4
- Rebase to 9.11.3 - Rebase to 9.11.3