nsswitch: fix the build of the winbind krb5 locator plugin.
authorGünther Deschner <gd@samba.org>
Wed, 21 Oct 2009 00:44:44 +0000 (02:44 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jan 2010 13:01:01 +0000 (14:01 +0100)
Guenther
(cherry picked from commit b9d9353b548d9b2ab684aa171f511174e6414762)
(cherry picked from commit 087c41e390b8be513016ca29a96d1702b0d03587)

source/Makefile.in

index 474bc1e1b39cc149a1f49e1544aecbdb1377e250..77b526fad2e30060a3f696f629a2283731da19af 100644 (file)
@@ -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@