diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-12-11 15:12:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-12-11 15:12:05 +0000 |
commit | 43a0a8e35d7fc51b40a0358d68b8b4d7786f3057 (patch) | |
tree | a053ab893face8f2db6b87d22ac16d341cdf9a88 /mail/qmail-ldap/files/extra-patch-ldap-cluster | |
parent | Update to 3.6.26, which contains an important security fix (unsetting (diff) |
3 patch files implementing WITH_* options were left out on revision
1.5 update of Makefile.
Rectify this.
Notes
Notes:
svn path=/head/; revision=35898
Diffstat (limited to 'mail/qmail-ldap/files/extra-patch-ldap-cluster')
-rw-r--r-- | mail/qmail-ldap/files/extra-patch-ldap-cluster | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/qmail-ldap/files/extra-patch-ldap-cluster b/mail/qmail-ldap/files/extra-patch-ldap-cluster new file mode 100644 index 000000000000..2a1e548cff64 --- /dev/null +++ b/mail/qmail-ldap/files/extra-patch-ldap-cluster @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Dec 12 12:38:03 2000 ++++ Makefile Tue Dec 12 12:38:07 2000 +@@ -6,7 +6,7 @@ + # -DQLDAP_CLUSTER for enabling cluster support + # to use cleartext passwords (a bad idea on production systems) add + # -DCLEARTEXTPASSWD to the LDAPFLAGS +-#LDAPFLAGS=-DQLDAP_CLUSTER ++LDAPFLAGS=-DQLDAP_CLUSTER + + # Perhaps you have different ldap libraries, change them here + LDAPLIBS=-L/usr/local/lib -lldap -llber |