mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r19748: Ensure to link against the required libraries.
(This used to be commit 85d8c73fbb
)
This commit is contained in:
parent
571aca9927
commit
f5a1ec7407
@ -1202,7 +1202,7 @@ bin/libaddns.a: $(LIBADDNS_OBJ)
|
||||
bin/libsmbclient.@SHLIBEXT@: $(LIBSMBCLIENT_OBJ)
|
||||
@echo Linking libsmbclient shared library $@
|
||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(LIBSMBCLIENT_OBJ) $(LDFLAGS) $(LIBS) \
|
||||
$(KRB5LIBS) $(LDAP_LIBS) \
|
||||
$(KRB5LIBS) $(LDAP_LIBS) $(NSCD_LIBS) \
|
||||
@SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR)
|
||||
|
||||
bin/libsmbclient.a: $(LIBSMBCLIENT_OBJ)
|
||||
|
Loading…
Reference in New Issue
Block a user