From 13b614c9fca3a6c9a34cd666cf4912893e2e02e8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Nov 2009 14:52:27 -0500 Subject: Update sssd.spec to use only the required KRB5_LIBS and NSS_LIBS --- contrib/sssd.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') 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} \ -- cgit