summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-24 03:39:24 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-24 03:39:24 +0000
commitb52e60d5685b6ce9e581b5598b2725a4bf88ab06 (patch)
tree0fffc4e1eab0a5d2f922522e844aaafdcc23c9de /source
parentadbf97c0a93149e17496b002ecc8ecdb3f360ed5 (diff)
downloadsamba-b52e60d5685b6ce9e581b5598b2725a4bf88ab06.tar.gz
samba-b52e60d5685b6ce9e581b5598b2725a4bf88ab06.tar.xz
samba-b52e60d5685b6ce9e581b5598b2725a4bf88ab06.zip
we need -lc when making shared objects or glibc doesn't do its magic
binding for stat()
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 2d916559ef5..31594bbc8f4 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -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