diff options
author | tron <tron@pkgsrc.org> | 2002-06-17 21:05:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-17 21:05:06 +0000 |
commit | c31f29b41d3a0f29c4e1efab3d666f5fe4014fe9 (patch) | |
tree | 4339dca710505a82c9c03dc0f1dd53d92b1be29e /mail/sendmail/files | |
parent | dd6392f204013efd2ce5a52e230483d3a56e4d86 (diff) | |
download | pkgsrc-c31f29b41d3a0f29c4e1efab3d666f5fe4014fe9.tar.gz |
Fix and buildlinkify broken LDAP support.
Diffstat (limited to 'mail/sendmail/files')
-rw-r--r-- | mail/sendmail/files/site.config.m4-ldap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/files/site.config.m4-ldap b/mail/sendmail/files/site.config.m4-ldap index ba8c5836d14..a497cd25e0d 100644 --- a/mail/sendmail/files/site.config.m4-ldap +++ b/mail/sendmail/files/site.config.m4-ldap @@ -1,4 +1,4 @@ # enable ldap APPENDDEF(`confMAPDEF', `-DLDAPMAP') -APPENDDEF(`confENVDEF', `-I${LOCALBASE}/include') +APPENDDEF(`confENVDEF', `-I${BUILDLINK_DIR}/include') APPENDDEF(`confLIBS', `-L${LOCALBASE}/lib -lldap -llber') |