summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-11-06 14:52:27 -0500
committerSimo Sorce <ssorce@redhat.com>2009-11-06 17:45:01 -0500
commit13b614c9fca3a6c9a34cd666cf4912893e2e02e8 (patch)
treef7febc53791fa1bbe186a3fc094fe2ad377db7a4 /contrib/sssd.spec.in
parent0b0cb79cb6df219f76cb8e1e5c96f1b2f6fd97c8 (diff)
downloadsssd-13b614c9fca3a6c9a34cd666cf4912893e2e02e8.tar.gz
sssd-13b614c9fca3a6c9a34cd666cf4912893e2e02e8.tar.xz
sssd-13b614c9fca3a6c9a34cd666cf4912893e2e02e8.zip
Update sssd.spec to use only the required KRB5_LIBS and NSS_LIBS
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index add2b59ed..89650cd30 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -74,6 +74,8 @@ service.
%setup -q
%build
+NSS_LIBS=-lnss3 \
+KRB5_LIBS=-lkrb5 \
%configure \
--without-tests \
--with-db-path=%{dbpath} \