diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-09 23:26:15 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-09 23:26:15 +0000 |
commit | 4cde568ceb072ecae141af03037b5610fe2396e3 (patch) | |
tree | 8eac21087d6e7b2f4f6ad7b7f824e528db50ea8b /security/pam_ldap/files | |
parent | b649ddde65fb2c1d4dd19695d97ad95a06f99224 (diff) |
Notes
Diffstat (limited to 'security/pam_ldap/files')
-rw-r--r-- | security/pam_ldap/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_ldap/files/patch-ac b/security/pam_ldap/files/patch-ac index a62dbfc7991a..88be9dacd1b0 100644 --- a/security/pam_ldap/files/patch-ac +++ b/security/pam_ldap/files/patch-ac @@ -4,7 +4,7 @@ pam_ldap_so_SOURCES = pam_ldap.c pam_ldap.h md5.c md5.h pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@ -+CFLAGS = @CFLAGS@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\" ++CPPFLAGS = @CPPFLAGS@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\" install-exec-local: pam_ldap.so |