From: Gerald Carter Date: Thu, 1 Mar 2007 03:05:51 +0000 (+0000) Subject: r21610: put libraries preceeding the @SONAMEFLAG@ variable as on AIX this ends up... X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~1037 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4621de39bb9ad8d366d776b27df45dc07f782ba;p=thirdparty%2Fsamba.git r21610: 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 --- diff --git a/source/Makefile.in b/source/Makefile.in index 8c32aa6a069..6b8eb9bb188 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1372,8 +1372,8 @@ bin/winbindd@EXEEXT@: proto_exists $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy bin/pam_winbind.@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.@SHLIBEXT@: proto_exists $(AUTH_BUILTIN_OBJ) @echo "Building plugin $@"