]> git.sur5r.net Git - openldap/blobdiff - Make-common.dist
Wrap $CC with quotes.
[openldap] / Make-common.dist
index 00f8813a838e00d0ed0d7b4ce26c81c4f7b78deb..58c5105fb4d34428e1558a933a732bf1472e2d95 100644 (file)
@@ -32,8 +32,8 @@
 #
 # Note:  Some make(1) programs do not understand the FOO?=BAR syntax.
 #
-# On such systems, special care should be taken to ensure all variables
-# are properly defined.
+# On such systems, you should use copy Make-common.gmake to Make-common
+# and use gmake to build the distribution.
 #
 
 #############################################################################
@@ -81,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
 
 #############################################################################