svn commit: samba r15254 - in branches/SAMBA_4_0/source/heimdal_build: .

jelmer at samba.org jelmer at samba.org
Tue Apr 25 21:15:00 GMT 2006


Author: jelmer
Date: 2006-04-25 21:15:00 +0000 (Tue, 25 Apr 2006)
New Revision: 15254

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

Log:
Fix heimdal's addrinfo subsystem for those systems that need it. This 
should get the build on sun1 and us4 another step further.

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-04-25 21:03:05 UTC (rev 15253)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-04-25 21:15:00 UTC (rev 15254)
@@ -300,7 +300,7 @@
 #######################
 # Start SUBSYSTEM HEIMDAL_ROKEN_ADDRINFO
 [SUBSYSTEM::HEIMDAL_ROKEN_ADDRINFO]
-EXTRA_CFLAGS = -Iheimdal/lib/roken
+EXTRA_CFLAGS = -Iheimdal_build -Iheimdal/lib/roken
 OBJ_FILES = \
 	../heimdal/lib/roken/getaddrinfo.o \
 	../heimdal/lib/roken/freeaddrinfo.o \



More information about the samba-cvs mailing list