svn commit: samba r23315 - in branches/SAMBA_3_0/source: .

Michael Adam ma at sernet.de
Mon Jun 4 07:42:51 GMT 2007


On Sun, Jun 03, 2007 at 06:24:39PM +0200, Stefan (metze) Metzmacher wrote:
> metze at samba.org schrieb:
> > Author: metze
> > Date: 2007-06-03 16:21:40 +0000 (Sun, 03 Jun 2007)
> > New Revision: 23315
> > 
> > WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23315
> > 
> > Log:
> > - don't use the builtin and -liniparser together in bin/net
> > - unify handling on @BUILD_INIPARSER@
> > 
> > btw: nsswitch/pam_winbind.c doesn't compile anymore on SuSE 10.2!
> >      I think we should build pam modules by default to notice things
> >      like this in the build-farm...
> > 
> > metze
> > Modified:
> >    branches/SAMBA_3_0/source/Makefile.in
> > 
> > 
> > Changeset:
> > Modified: branches/SAMBA_3_0/source/Makefile.in
> > ===================================================================
> > --- branches/SAMBA_3_0/source/Makefile.in	2007-06-03 15:51:09 UTC (rev 23314)
> > +++ branches/SAMBA_3_0/source/Makefile.in	2007-06-03 16:21:40 UTC (rev 23315)
> > @@ -613,7 +613,7 @@
> >  	     $(SMBLDAP_OBJ) $(DCUTIL_OBJ) $(LDB_OBJ)
> >  
> >  PAM_WINBIND_OBJ = nsswitch/pam_winbind.o $(WBCOMMON_OBJ) \
> > -		  $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) @BUILD_INIPARSER@
> > +		  $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ)
> >  
> >  LIBSMBCLIENT_OBJ = libsmb/libsmbclient.o libsmb/libsmb_compat.o \
> >  		   libsmb/libsmb_cache.o \
> > @@ -685,8 +685,7 @@
> >  	  $(LIBADS_OBJ) $(LIBADS_SERVER_OBJ) $(POPT_LIB_OBJ) \
> >  	  $(SMBLDAP_OBJ) $(DCUTIL_OBJ) $(SERVER_MUTEX_OBJ) \
> >  	  $(AFS_OBJ) $(AFS_SETTOKEN_OBJ) $(REGFIO_OBJ) $(READLINE_OBJ) \
> > -	  $(LDB_OBJ) $(LIBGPO_OBJ) $(INIPARSER_OBJ) $(DISPLAY_SEC_OBJ) \
> > -	  $(NET_REG_OBJ)

Metze, it was a little overeager to remove the INIPARSER_OBJ
unconditionally. That's what BUILD_INIPARSER is for, isn't it?
I readded that in the guise of @BUILD_INIPARSER@ in r23317,
and that fixed the build farm again.

> > +	  $(LDB_OBJ) $(LIBGPO_OBJ) $(DISPLAY_SEC_OBJ) $(NET_REG_OBJ)
> >  
> >  CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) \
> >  	  $(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) $(SECRETS_OBJ)
> > @@ -1476,7 +1475,7 @@
> >  		$(LDAP_LIBS) $(LIBS) -lcom_err \
> >  		@SONAMEFLAG@`basename $@`
> >  
> > -bin/pam_winbind. at SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ)
> > +bin/pam_winbind. at SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ) @BUILD_INIPARSER@
> >  	@echo "Linking shared library $@"
> >  	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \
> >  		@SONAMEFLAG@`basename $@`
> > 
> I'll merge this together with the other fix tomorrow...

So please consider merging this along with r23314 and 23315.

Michael

-- 
Michael Adam <ma at sernet.de>
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto: Info @ SerNet.DE


More information about the samba-technical mailing list