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/[EMAIL PROTECTED]@: $(PAM_WINBIND_OBJ) bin/.dummy @echo "Linking shared library $@" - @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) \ - @[EMAIL PROTECTED] [EMAIL PROTECTED] -lpam @INIPARSERLIBS@ + @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \ + @[EMAIL PROTECTED] [EMAIL PROTECTED] bin/[EMAIL PROTECTED]@: proto_exists $(AUTH_BUILTIN_OBJ) @echo "Building plugin $@"
