security/sssd: fix since libtoolize conversion
PR: ports/190090 Submitted by: maintainer
This commit is contained in:
parent
be4b4b3b6f
commit
8f68d47be1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354844
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -13,6 +13,7 @@ lib/libsss_idmap.so.0
|
|||
lib/libsss_idmap.so.0.0.1
|
||||
lib/libsss_sudo.so
|
||||
lib/nss_sss.so
|
||||
lib/nss_sss.so.1
|
||||
lib/nss_sss.so.2
|
||||
lib/nss_sss.so.2.0.0
|
||||
lib/pam_sss.so
|
||||
|
|
Loading…
Reference in a new issue