diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-01 17:30:37 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-01 17:30:37 +0000 |
commit | bef868fb317d0e61339ad109d7b87e2e914d0966 (patch) | |
tree | 4c2504672418ffbdd84f482596f5b23ad7852160 /security/pam_ldap/files/patch-configure | |
parent | Update to 0.4.5 (diff) |
Unbreak pam_ldap on -CURRENT after the latest OpenPAM patch
PR: 36613
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57147
Diffstat (limited to 'security/pam_ldap/files/patch-configure')
-rw-r--r-- | security/pam_ldap/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_ldap/files/patch-configure b/security/pam_ldap/files/patch-configure new file mode 100644 index 000000000000..da699f8192e6 --- /dev/null +++ b/security/pam_ldap/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Mar 31 16:31:53 2002 ++++ configure Sun Mar 31 16:32:13 2002 +@@ -1458,7 +1458,7 @@ + CPPFLAGS="$CPPFLAGS -DLDAP_REFERRALS" + + case "$target_os" in +-freebsd*) CPPFLAGS="$CPPFLAGS -DPIC -D_REENTRANT" ;; ++freebsd*) CPPFLAGS="$CPPFLAGS -DPIC -D_REENTRANT $PTHREAD_CFLAGS" ;; + aix*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;; + *) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; + esac |