diff options
author | Brent Murphy <bmurphy@bcmcs.net> | 2020-03-15 20:12:55 +1000 |
---|---|---|
committer | Brent Murphy <bmurphy@bcmcs.net> | 2020-03-17 17:33:36 +1000 |
commit | aa5f374f32b3f89c68f7c3ccd7338dd73cdc5a40 (patch) | |
tree | 6be924838dcd6fb7cbddb7c1edab5839341f17f3 | |
parent | 7ede4c032767d324bae65e3969f49582441e8fda (diff) |
[depends] bump libnfs to 4.0.0
-rw-r--r-- | tools/depends/target/libnfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/libnfs/Makefile b/tools/depends/target/libnfs/Makefile index 5871cc8cae..f0078185f8 100644 --- a/tools/depends/target/libnfs/Makefile +++ b/tools/depends/target/libnfs/Makefile @@ -3,12 +3,12 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libnfs -VERSION=2.0.0 +VERSION=4.0.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings -CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --disable-utils --disable-werror +CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --disable-utils --disable-examples LIBDYLIB=$(PLATFORM)/lib/.libs/$(LIBNAME).a |