From ed43ec6cf4bae4fd083ff7fc4278115835da8eab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Nov 2009 09:14:41 -0500 Subject: [PATCH 2/2] Update sssd.spec to use only the required KRB5_LIBS and NSS_LIBS --- contrib/sssd.spec.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index add2b59..89650cd 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} \ -- 1.6.2.5