]> git.sur5r.net Git - openldap/blobdiff - Make-common.dist
Wrap $CC with quotes.
[openldap] / Make-common.dist
index 997b722722648aab41643e34942347dcca9966d4..58c5105fb4d34428e1558a933a732bf1472e2d95 100644 (file)
 ## Edit the following variables to have appropriate values for your system ##
 #############################################################################
 
+#
+# Note:  Some make(1) programs do not understand the FOO?=BAR syntax.
+#
+# On such systems, you should use copy Make-common.gmake to Make-common
+# and use gmake to build the distribution.
+#
+
 #############################################################################
 ## LDAP install paths                                                      ##
 #############################################################################
@@ -74,10 +81,24 @@ EXTRALDFLAGS?=-g
 # 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
 
 #############################################################################