svn commit: samba r22397 - in branches/SAMBA_4_0/source/auth/gensec: .

metze at samba.org metze at samba.org
Fri Apr 20 05:58:32 GMT 2007


Author: metze
Date: 2007-04-20 05:58:31 +0000 (Fri, 20 Apr 2007)
New Revision: 22397

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

Log:
hopefully fix the build on some aix hosts in the build-farm

we need to make sure -Iheimdal/lib/gssapi comes before -I/usr/local/include

metze
Modified:
   branches/SAMBA_4_0/source/auth/gensec/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/config.mk
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/config.mk	2007-04-20 05:56:22 UTC (rev 22396)
+++ branches/SAMBA_4_0/source/auth/gensec/config.mk	2007-04-20 05:58:31 UTC (rev 22397)
@@ -28,7 +28,7 @@
 SUBSYSTEM = gensec
 INIT_FUNCTION = gensec_gssapi_init
 OBJ_FILES = gensec_gssapi.o 
-PUBLIC_DEPENDENCIES = CREDENTIALS_KRB5 KERBEROS auth HEIMDAL_GSSAPI
+PUBLIC_DEPENDENCIES = HEIMDAL_GSSAPI CREDENTIALS_KRB5 KERBEROS auth
 # End MODULE gensec_gssapi
 ################################################
 



More information about the samba-cvs mailing list