aboutsummaryrefslogtreecommitdiff
path: root/tools/rbp
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-05-28 22:46:51 +0200
committerMemphiz <memphis@machzwo.de>2013-05-28 22:46:51 +0200
commitf5199b4b653408b8c9590984524fb282a6a5c43b (patch)
tree43e06564211116d71c0626ec60d8e8b1fedad2ef /tools/rbp
parent07308229966540f67ca1bd807c453b6c361cf6e7 (diff)
[rbpi] - bump libnfs to 1.6
Diffstat (limited to 'tools/rbp')
-rw-r--r--tools/rbp/depends/libnfs/Makefile3
-rw-r--r--tools/rbp/depends/libnfs/timeval.patch15
2 files changed, 17 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)
diff --git a/tools/rbp/depends/libnfs/timeval.patch b/tools/rbp/depends/libnfs/timeval.patch
new file mode 100644
index 0000000000..7f453d6c6f
--- /dev/null
+++ b/tools/rbp/depends/libnfs/timeval.patch
@@ -0,0 +1,15 @@
+--- include/nfsc/libnfs.h.orig 2013-05-28 21:59:32.000000000 +0200
++++ include/nfsc/libnfs.h 2013-05-28 21:59:56.000000000 +0200
+@@ -18,12 +18,7 @@
+ * This is the highlevel interface to access NFS resources using a posix-like interface
+ */
+ #include <stdint.h>
+-#if defined(ANDROID)
+ #include <sys/time.h>
+-#endif
+-#if defined(AROS)
+-#include <sys/time.h>
+-#endif
+
+ struct nfs_context;
+ struct rpc_context;