mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
43a0a8e35d
1.5 update of Makefile. Rectify this.
12 lines
413 B
Plaintext
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
|