aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-09-22 15:00:00 +0200
committerRechi <Rechi@users.noreply.github.com>2018-09-22 15:00:00 +0200
commit624733fe942ee092e87fbad0a325fc1f18057ea4 (patch)
tree496b0eb1a858269ae64da7c17f1e5d5ca1b469af /tools/depends
parent0150a30259d3e90e159b6780290fdd897b90c93b (diff)
link with libnfs instead of loading it dynamic
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/libnfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libnfs/Makefile b/tools/depends/target/libnfs/Makefile
index 1c88000292..5871cc8cae 100644
--- a/tools/depends/target/libnfs/Makefile
+++ b/tools/depends/target/libnfs/Makefile
@@ -8,7 +8,7 @@ SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
# configuration settings
-CONFIGURE=./configure --prefix=$(PREFIX) --disable-utils --disable-werror
+CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --disable-utils --disable-werror
LIBDYLIB=$(PLATFORM)/lib/.libs/$(LIBNAME).a