summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-03-01 03:05:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:17 -0500
commit1e7ddfccd95fe9e064757f9cbac8ac465ba727cf (patch)
treef5b1791b46e17b8ec11d7e3ce7335f2246c4294e
parent8e00e9d7a6114089fc176bc3446c6c97a01543d6 (diff)
downloadsamba-1e7ddfccd95fe9e064757f9cbac8ac465ba727cf.tar.gz
samba-1e7ddfccd95fe9e064757f9cbac8ac465ba727cf.tar.bz2
samba-1e7ddfccd95fe9e064757f9cbac8ac465ba727cf.zip
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
(This used to be commit c4621de39bb9ad8d366d776b27df45dc07f782ba)
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8c32aa6a06..6b8eb9bb18 100644
--- a/source3/Makefile.in
+++ b/source3/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 $@"