diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-22 15:48:37 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-27 09:32:00 -0500 |
commit | 3b917f1d971d034cc758ceb5e215edb59afd9105 (patch) | |
tree | 542acd1141ab40ed64d022e830df23d30a5d4830 /contrib | |
parent | f3dc9ac52a808fcbedc7fb1ae83964b523c72df2 (diff) | |
download | sssd-3b917f1d971d034cc758ceb5e215edb59afd9105.tar.gz sssd-3b917f1d971d034cc758ceb5e215edb59afd9105.tar.xz sssd-3b917f1d971d034cc758ceb5e215edb59afd9105.zip |
Eliminate build-time requirement for nscd
We will now use the autodetected location if available, or else
fall back to a value provided by --with-nscd in configure and
finally resort to a hard-coded default of /usr/sbin/nscd.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index ae01bffe1..27a13bb09 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -95,7 +95,6 @@ BuildRequires: libsemanage-devel BuildRequires: bind-utils BuildRequires: keyutils-libs-devel BuildRequires: libnl-devel -BuildRequires: nscd BuildRequires: gettext-devel BuildRequires: pkgconfig BuildRequires: findutils |