diff options
author | Memphiz <memphis@machzwo.de> | 2013-05-28 22:47:02 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-05-28 22:47:02 +0200 |
commit | e4a5cca5ae02606ffc2650075874bdab0f687059 (patch) | |
tree | 54b8dbbc5a7e58053907f89706e77c14c1f7e2d5 /tools/depends/target/libnfs | |
parent | f5199b4b653408b8c9590984524fb282a6a5c43b (diff) |
[depends] - bump libnfs to 1.6.0 - fixes issues with newer kernel-nfs-server
Diffstat (limited to 'tools/depends/target/libnfs')
-rw-r--r-- | tools/depends/target/libnfs/Makefile | 4 | ||||
-rw-r--r-- | tools/depends/target/libnfs/timeval.patch | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/tools/depends/target/libnfs/Makefile b/tools/depends/target/libnfs/Makefile index f8394a1784..e39d00ceb1 100644 --- a/tools/depends/target/libnfs/Makefile +++ b/tools/depends/target/libnfs/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libnfs -VERSION=1.5.0 +VERSION=1.6.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz @@ -33,7 +33,7 @@ $(LIBDYLIB): $(PLATFORM) $(MAKE) -C $(PLATFORM) install ifeq ($(OS),android) rm -f $(PREFIX)/lib/libnfs.la $(PREFIX)/lib/libnfs.so $(PREFIX)/lib/libnfs.so.1 - mv -f $(PREFIX)/lib/libnfs.so.1.0.5 $(PREFIX)/lib/libnfs.so + mv -f $(PREFIX)/lib/libnfs.so.1.0.6 $(PREFIX)/lib/libnfs.so $(RPL) -e "libnfs.so.1" "libnfs.so\x00\x00" $(PREFIX)/lib/libnfs.so -$(READELF) --dynamic $(PREFIX)/lib/libnfs.so | grep ibrary endif diff --git a/tools/depends/target/libnfs/timeval.patch b/tools/depends/target/libnfs/timeval.patch index 521e57c80b..7f453d6c6f 100644 --- a/tools/depends/target/libnfs/timeval.patch +++ b/tools/depends/target/libnfs/timeval.patch @@ -1,12 +1,15 @@ ---- include/nfsc/libnfs.h 2012-12-03 09:38:18.000000000 -0500 -+++ include/nfsc/libnfs.h 2013-01-17 23:04:35.000000000 -0500 -@@ -18,9 +18,7 @@ +--- 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; |