diff options
Diffstat (limited to 'security/sssd/Makefile')
-rw-r--r-- | security/sssd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 48f0166a7670..1f4fb158f314 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -105,6 +105,7 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/src/examples/sssd-example.conf ${STAGEDIR}${ETCDIR}/sssd.conf.sample + (cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s nss_sss.so nss_sss.so.1) # clean these up from the install; we create them in rc script start_precmd .for VARDIRS in db/sss db/sss_mc log/sssd run/sss/krb5.include.d run/sss/private run/sss |