Commented out bindkeys-file statement in default configuration (#1223365#c3)

- Removed unrecognized configure option --enable-developer
- Added configure option --enable-full-report to get report on enabled features

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2016-01-06 14:59:44 +01:00
parent 1a8262dde0
commit bbb4f1d9a7
1 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,6 @@
# due to extensive changes to Makefiles # due to extensive changes to Makefiles
%{?!PKCS11: %global PKCS11 1} %{?!PKCS11: %global PKCS11 1}
%{?!DEVEL: %global DEVEL 1} %{?!DEVEL: %global DEVEL 1}
%{?!developer: %global developer 0}
%global bind_dir /var/named %global bind_dir /var/named
%global chroot_prefix %{bind_dir}/chroot %global chroot_prefix %{bind_dir}/chroot
%if %{SDB} %if %{SDB}
@ -399,9 +398,7 @@ libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f
%endif %endif
--enable-fixed-rrset \ --enable-fixed-rrset \
--with-docbook-xsl=%{_datadir}/sgml/docbook/xsl-stylesheets \ --with-docbook-xsl=%{_datadir}/sgml/docbook/xsl-stylesheets \
%if %{developer} --enable-full-report \
--enable-developer \
%endif
; ;
make %{?_smp_mflags} make %{?_smp_mflags}
@ -1006,6 +1003,8 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Wed Jan 06 2016 Tomas Hozza <thozza@redhat.com> - 32:9.10.3-9.P2 * Wed Jan 06 2016 Tomas Hozza <thozza@redhat.com> - 32:9.10.3-9.P2
- Commented out bindkeys-file statement in default configuration (#1223365#c3) - Commented out bindkeys-file statement in default configuration (#1223365#c3)
- Removed unrecognized configure option --enable-developer
- Added configure option --enable-full-report to get report on enabled features
* Sat Dec 26 2015 Robert Scheck <robert@fedoraproject.org> - 32:9.10.3-8.P2 * Sat Dec 26 2015 Robert Scheck <robert@fedoraproject.org> - 32:9.10.3-8.P2
- Remove unrecognized build options for %%configure - Remove unrecognized build options for %%configure