aboutsummaryrefslogtreecommitdiff
path: root/tools/rbp/depends/libnfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbp/depends/libnfs/Makefile')
-rw-r--r--tools/rbp/depends/libnfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/rbp/depends/libnfs/Makefile b/tools/rbp/depends/libnfs/Makefile
index fb55937a1d..be37912514 100644
--- a/tools/rbp/depends/libnfs/Makefile
+++ b/tools/rbp/depends/libnfs/Makefile
@@ -3,7 +3,7 @@ include ../depends.mk
# lib name, version
LIBNAME=libnfs
-VERSION=1.3.0
+VERSION=1.6.0
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
@@ -24,6 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
$(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
echo $(SOURCE) > .gitignore
cd $(SOURCE); ./bootstrap
+ cd $(SOURCE); patch -p0 < ../timeval.patch
cd $(SOURCE); $(CONFIGURE)
$(SO_NAME): $(SOURCE)