mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
we need -lc when making shared objects or glibc doesn't do its magic
binding for stat()
This commit is contained in:
parent
adbf97c0a9
commit
b52e60d568
@ -464,7 +464,7 @@ bin/smbsh: $(SMBSH_OBJ) bin/.dummy
|
||||
|
||||
nsswitch/libnss_wins.so: $(NSS_OBJ)
|
||||
@echo "Linking $@"
|
||||
@$(LD) @LDSHFLAGS@ -o $@ $(NSS_OBJ)
|
||||
@$(LD) @LDSHFLAGS@ -o $@ $(NSS_OBJ) -lc
|
||||
|
||||
nsswitch: nsswitch/libnss_wins.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user