[25762] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

svn rev #25254: trunk/src/windows/leashdll/

daemon@ATHENA.MIT.EDU (hartmans@mit.edu)
Wed Sep 28 16:55:09 2011

Date: Wed, 28 Sep 2011 16:55:07 -0400
From: hartmans@mit.edu
Message-Id: <201109282055.p8SKt7gp017194@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

http://src.mit.edu/fisheye/changelog/krb5/?cs=25254
Commit By: hartmans
Log Message:
Disable AFS related code for now

Building with AFS is to be fixed later.

Signed-off-by: Alexey Melnikov <aamelnikov@gmail.com>


Changed Files:
U   trunk/src/windows/leashdll/Makefile.in
Modified: trunk/src/windows/leashdll/Makefile.in
===================================================================
--- trunk/src/windows/leashdll/Makefile.in	2011-09-28 20:55:02 UTC (rev 25253)
+++ trunk/src/windows/leashdll/Makefile.in	2011-09-28 20:55:06 UTC (rev 25254)
@@ -1,5 +1,8 @@
 BUILDTOP=..\..
 
+##FIX ME: Enable proper compilation with AFS
+NO_AFS=1
+
 !ifndef NO_AFS
 ###AFS_BASE=
 AFS_INCLUDES=-I$(AFS_BASE)\Include
@@ -60,6 +63,10 @@
 DEFINES = $(DEFINES) -DDBG
 !endif
 
+!ifdef NO_AFS
+DEFINES = $(DEFINES) -DNO_AFS
+!endif
+
 all-windows::
 all-windows:: $(OUTPRE)$(DLL_NAME).dll
 

_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post