diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-06 14:52:27 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-11-06 17:45:01 -0500 |
commit | 13b614c9fca3a6c9a34cd666cf4912893e2e02e8 (patch) | |
tree | f7febc53791fa1bbe186a3fc094fe2ad377db7a4 /contrib | |
parent | 0b0cb79cb6df219f76cb8e1e5c96f1b2f6fd97c8 (diff) | |
download | sssd-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')
-rw-r--r-- | 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 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} \ |