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

jerry at samba.org jerry at samba.org
Thu Mar 1 03:05:51 GMT 2007


Author: jerry
Date: 2007-03-01 03:05:51 +0000 (Thu, 01 Mar 2007)
New Revision: 21610

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

Log:
put libraries preceeding the @SONAMEFLAG@ variable as on AIX this ends up commenting out the remainder of the line and we have missing libraries in the link
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-03-01 02:43:33 UTC (rev 21609)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-03-01 03:05:51 UTC (rev 21610)
@@ -1372,8 +1372,8 @@
 
 bin/pam_winbind. at SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
 	@echo "Linking shared library $@"
-	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) \
-		@SONAMEFLAG@`basename $@` -lpam @INIPARSERLIBS@
+	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \
+		@SONAMEFLAG@`basename $@` 
 
 bin/builtin. at SHLIBEXT@: proto_exists $(AUTH_BUILTIN_OBJ)
 	@echo "Building plugin $@"



More information about the samba-cvs mailing list