diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
commit | 3e4a806167fd4921ccc48623317dc31d7ab4f276 (patch) | |
tree | 2e1c942caa79a250b3baeb557ee3445960e10d70 /security/sssd | |
parent | d9b2d0f0da5b6f85f90547429dadaa903033f59a (diff) | |
download | ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.tar.gz ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.zip |
Notes
Diffstat (limited to 'security/sssd')
-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 1f89ec18abd7..7d22720aebde 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -95,6 +95,7 @@ post-patch: -e 's|install-data-hook install-dist_initSCRIPTS|install-dist_initSCRIPTS|g' \ -e 's|install-data-hook|notinstall-data-hook|g' \ -e 's| -lpam_misc||g' \ + -e '/^ldap_child_LDADD =/s|=|= $$(LTLIBINTL)|' \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|/etc/sssd/|${ETCDIR}/|g' \ -e 's|/etc/openldap/|${LOCALBASE}/etc/openldap/|g' \ |