From d783d4562c704ccc65143370a4e0c2dfd91c61d2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 25 Jun 2012 08:34:21 -0400 Subject: BUILD: Change default unicode library to glib2 This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary. --- contrib/sssd.spec.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'contrib/sssd.spec.in') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 777de90f9..859af0cee 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -7,7 +7,6 @@ %global rhel5_minor %(%{__grep} -o "5.[0-9]*" /etc/redhat-release |%{__sed} -s 's/5.//') %if 0%{?is_rhel5} > 0 -%global with_unicode_lib --with-unicode-lib=glib2 # we don't want to provide private python extension libs %{?filter_setup: %filter_provides_in %{python_sitearch}/.*\.so$ @@ -111,6 +110,8 @@ BuildRequires: libnl-devel BuildRequires: gettext-devel BuildRequires: pkgconfig BuildRequires: findutils +BuildRequires: glib2-devel + %if (0%{?enable_experimental} == 1) # RHEL 5 is too old to support samba4 and the PAC responder %if !0%{?is_rhel5} @@ -118,12 +119,6 @@ BuildRequires: samba4-devel %endif %endif -%if 0%{?is_rhel5} > 0 -BuildRequires: glib2-devel -%else -BuildRequires: libunistring-devel -%endif - %description Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward @@ -242,7 +237,6 @@ autoreconf -ivf --enable-pammoddir=/%{_lib}/security \ --disable-static \ --disable-rpath \ - %{with_unicode_lib} \ %{with_ccache} \ %{experimental} -- cgit