]> git.sur5r.net Git - openldap/blobdiff - Make-common.gmake
Wrap $CC with quotes.
[openldap] / Make-common.gmake
index 123006c4ec59678be6fcbf5f70db1bda2b2dde8b..fcbbd5fa1cb0e20fd5768f22fc5347a574bbaf11 100644 (file)
@@ -78,7 +78,7 @@ endif
 ifndef LDAP_LIBEXECDIR
 LDAP_LIBEXECDIR= $(LDAP_INSTROOT)/libexec
 endif
-ifndef LDAP_ETCDIR
+ifndef LDAP_RUNDIR
 LDAP_RUNDIR= $(LDAP_ETCDIR)
 endif
 
@@ -105,10 +105,24 @@ endif
 # uncomment and change the various KRB* lines to point to where the
 # kerberos libraries and include files are installed at your site.
 #
+# *** NOTE ***
+# If you have an MIT Kerberos V distribution and you compiled it with -krb4
+# flag which enables Kerberos IV compatibility, uncomment KERBEROS_V -
+# this will make sure all your includes can be found where they actually are -
+# in this case /usr/local/kerberos/include/kerberosIV - simple change of
+# KRBINCLUDEFLAG will _not_ work. Also uncomment the correct KRBLIBS define.
+# 
+# For Kerberos V with Kerberos IV compatibility uncomment the following line
+#KERBEROS=-DKERBEROS -DKERBEROS_V
+# For Kerberos IV uncomment the following line
 #KERBEROS=-DKERBEROS
+#
 #AFSKERBEROS=-DAFSKERBEROS
 #KRBINCLUDEFLAG        = -I/usr/local/kerberos/include
 #KRBLIBFLAG    = -L/usr/local/kerberos/lib
+# For Kerberos V with Kerberos IV compatibility uncomment the following line
+#KRBLIBS = -lkrb4 -lkrb5 -ldes425
+# For Kerberos IV uncomment the following line
 #KRBLIBS               = -lkrb -ldes
 
 #############################################################################
@@ -315,7 +329,7 @@ LDAP_REFERRALS=-DLDAP_REFERRALS
 # uncomment these lines to enable support for CRYPT, SHA1, and/or MD5 passwords
 # in LDBM.  Crypt uses platform provided crypt(3).
 # LDAP_CRYPT=-DLDAP_CRYPT -DLDAP_SHA1 -DLDAP_MD5
-# LDAP_CRYPT_LIB?=
+# LDAP_CRYPT_LIB=
 # and comment this line out
 LDAP_CRYPT_LIB=