resolves: #717484 - Enable profiling data support.

This commit is contained in:
Andreas Schneider 2013-09-04 14:56:30 +02:00
parent 7d1a612333
commit 0fc9d86f52
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Set --with testsuite or %bcond_without to run the Samba torture testsuite.
%bcond_with testsuite
%define main_release 5
%define main_release 6
%define samba_version 4.1.0
%define talloc_version 2.0.8
@ -28,6 +28,8 @@
%global with_internal_ntdb 1
%global with_internal_ldb 0
%global with_profiling 1
%global with_mitkrb5 1
%global with_dc 0
@ -508,6 +510,9 @@ LDFLAGS="-Wl,-z,relro,-z,now" \
--with-cluster-support \
--enable-old-ctdb \
%endif
%if %with_profiling
--with-profiling-data \
%endif
%if %{with testsuite}
--enable-selftest \
%endif
@ -1465,6 +1470,9 @@ rm -rf %{buildroot}
%{_mandir}/man7/winbind_krb5_locator.7*
%changelog
* Wed Sep 04 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.6
- resolves: #717484 - Enable profiling data support.
* Thu Aug 22 2013 - Guenther Deschner <gdeschner@redhat.com> - 2:4.1.0-0.5
- resolves: #996160 - Fix winbind with trusted domains.