svn commit: samba r5045 - in branches/SAMBA_4_0/source/libads: .

metze at samba.org metze at samba.org
Thu Jan 27 11:54:24 GMT 2005


Author: metze
Date: 2005-01-27 11:54:24 +0000 (Thu, 27 Jan 2005)
New Revision: 5045

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5045

Log:
add TODO comment

metze

Modified:
   branches/SAMBA_4_0/source/libads/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/libads/config.m4
===================================================================
--- branches/SAMBA_4_0/source/libads/config.m4	2005-01-27 11:23:16 UTC (rev 5044)
+++ branches/SAMBA_4_0/source/libads/config.m4	2005-01-27 11:54:24 UTC (rev 5045)
@@ -234,6 +234,10 @@
 	#MIT needs this, to let us see 'internal' parts of the headers we use
 	KRB5_CFLAGS="${KRB5_CFLAGS} -DKRB5_PRIVATE -DKRB5_DEPRECATED"
 
+	#Heimdal needs this
+	#TODO: we need to parse KRB5_LIBS for -L path
+	#      and set -Wl,-rpath -Wl,path
+
 	CFLAGS="$CFLAGS $KRB5_CFLAGS"
 	CPPFLAGS="$CPPFLAGS $KRB5_CPPFLAGS"
 	LDFLAGS="$LDFLAGS $KRB5_LDFLAGS"



More information about the samba-cvs mailing list