summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-21 02:44:44 +0200
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:01:01 +0100
commit794e8985f38f218fc81540de87a84ea2c74696d6 (patch)
treef3fba5289090907b60f9cd3f972c88b383257d70 /source
parent55bd846f208c536cf8bbe7e0da27558147e60364 (diff)
downloadsamba-794e8985f38f218fc81540de87a84ea2c74696d6.tar.gz
samba-794e8985f38f218fc81540de87a84ea2c74696d6.tar.xz
samba-794e8985f38f218fc81540de87a84ea2c74696d6.zip
nsswitch: fix the build of the winbind krb5 locator plugin.
Guenther (cherry picked from commit b9d9353b548d9b2ab684aa171f511174e6414762) (cherry picked from commit 087c41e390b8be513016ca29a96d1702b0d03587)
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 474bc1e1b39..77b526fad2e 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2207,7 +2207,7 @@ bin/vlp@EXEEXT@: $(BINARY_PREREQS) $(VLP_OBJ) @LIBTALLOC_SHARED@ @LIBTDB_SHARED@
bin/winbind_krb5_locator.@SHLIBEXT@: $(BINARY_PREREQS) $(WINBIND_KRB5_LOCATOR_OBJ) @LIBWBCLIENT_SHARED@
@echo "Linking $@"
- @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(WINBIND_LIBS) \
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(WINBIND_LIBS) $(KRB5_LIBS) \
@SONAMEFLAG@`basename $@`
bin/pam_winbind.@SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ) @LIBTALLOC_SHARED@ @LIBWBCLIENT_SHARED@