diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-09-05 09:36:10 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-09-05 09:36:10 +0000 |
commit | f0441479f4b7fdfc997a984d2343de1d094f5bd6 (patch) | |
tree | af9c23a7aa6f06dc1bddb43229892444edc83b8b | |
parent | 25f66c810a7eceabfb8eefd1e8473b809ebe3aa9 (diff) | |
download | samba-f0441479f4b7fdfc997a984d2343de1d094f5bd6.tar.gz samba-f0441479f4b7fdfc997a984d2343de1d094f5bd6.tar.bz2 samba-f0441479f4b7fdfc997a984d2343de1d094f5bd6.zip |
Very weird. On my SLES8 installation ntlm_auth would give missing
kerberos symbols unless I do the same as smbd does. It does not hurt
on my debian, so simply give a pointer to LDAPLIBS as well.
Volker
(This used to be commit 353d5272912ac11aa3ebf7403593177c45b20147)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6232bf62da..00b98e79b2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1135,7 +1135,7 @@ bin/ntlm_auth@EXEEXT@: $(NTLM_AUTH_OBJ) $(PARAM_OBJ) $(LIB_OBJ) \ $(UBIQX_OBJ) @BUILD_POPT@ bin/.dummy @echo Linking $@ @$(LINK) -o $@ $(NTLM_AUTH_OBJ) $(PARAM_OBJ) $(LIB_OBJ) \ - $(UBIQX_OBJ) $(LIBS) @POPTLIBS@ $(KRB5LIBS) + $(UBIQX_OBJ) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAPLIBS) bin/pam_smbpass.@SHLIBEXT@: $(PAM_SMBPASS_PICOOBJ) @echo "Linking shared library $@" |