diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2020-06-10 19:13:59 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 19:13:59 +1000 |
commit | 3bc12477f09db3749d2cb376c69a205904db1170 (patch) | |
tree | 5633090bbebddfeac1493c432d944a364570eb58 /tools/depends | |
parent | 4407394ede3d878de6ba005878998da7d2592ae6 (diff) | |
parent | 398b89183fb6eb4fd42f2c1050f9469a96d31929 (diff) |
Merge pull request #17512 from fuzzard/depends/libnfs
[depends] bump libnfs to 4.0.0
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/target/libnfs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/depends/target/libnfs/Makefile b/tools/depends/target/libnfs/Makefile index 5871cc8cae..53408de352 100644 --- a/tools/depends/target/libnfs/Makefile +++ b/tools/depends/target/libnfs/Makefile @@ -3,12 +3,13 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libnfs -VERSION=2.0.0 -SOURCE=$(LIBNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.gz +VERSION=17f882fbdbe7f739d1285f173781c1525a29a7fa +# Github commit date of version hash +COMMITDATE=2020-06-09 +ARCHIVE=$(LIBNAME)-$(VERSION).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 |