summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-31 01:52:52 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-31 01:52:54 +0100
commit8af1d576d82157cea70ee883ec3194712ab9cc42 (patch)
treeb4f56c81d72fa872c5668643de1b7032a6f7b43b
parentf05c7873eec8822425817989fa115b82d73914dd (diff)
Drop -lnslsmbfs/master
We do not use it directly
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ee616bc3..03c360c98 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-O0 -g3 -Wall $(shell pkg-config --cflags smbclient)
-LDLIBS= $(shell pkg-config --libs smbclient) -lnsl -lnetfs -lfshelp -liohelp -lpthread -lports -lihash -ldl -lshouldbeinlibc
+LDLIBS= $(shell pkg-config --libs smbclient) -lnetfs -lfshelp -liohelp -lpthread -lports -lihash -ldl -lshouldbeinlibc
smbfs: clean smb.o smbfs.o smbnetfs.o
$(CC) smb.o smbfs.o smbnetfs.o -osmbfs $(LDLIBS)