1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/qmail-ldap/files/extra-patch-ldap-cluster
Mario Sergio Fujikawa Ferreira 43a0a8e35d 3 patch files implementing WITH_* options were left out on revision
1.5 update of Makefile.
Rectify this.
2000-12-11 15:12:05 +00:00

12 lines
413 B
Plaintext

--- 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