Skip to content

Commit 9347332

Browse files
committed
[nfs] - bump version to 1.3
1 parent 009b2c1 commit 9347332

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

lib/libnfs/001_fix_hanewin.patch

-12
This file was deleted.

lib/libnfs/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# lib name, version
88
LIBNAME=libnfs
9-
VERSION=0804e67
9+
VERSION=1.3.0
1010
SOURCE=$(LIBNAME)-$(VERSION)
1111
# download location and format
1212
BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs
@@ -35,7 +35,6 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
3535
rm -rf $(SOURCE)
3636
$(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
3737
echo $(SOURCE) > .gitignore
38-
cd $(SOURCE); patch -p0 < ../001_fix_hanewin.patch
3938
cd $(SOURCE);./bootstrap;$(CONFIGURE)
4039

4140
$(SO_NAME): $(SOURCE)

tools/darwin/depends/libnfs/001_fix_hanewin.patch

-12
This file was deleted.

tools/darwin/depends/libnfs/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include ../config.site.mk
33

44
# lib name, version
55
LIBNAME=libnfs
6-
VERSION=0804e67
6+
VERSION=1.3.0
77
SOURCE=$(LIBNAME)-$(VERSION)
88
ARCHIVE=$(SOURCE).tar.gz
99

@@ -27,7 +27,6 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
2727
echo $(SOURCE) > .gitignore
2828
mkdir -p $(PREFIX)/include/rpc
2929
install -c -m 644 $(RPC_HEADERS) $(PREFIX)/include/rpc/
30-
cd $(SOURCE); patch -p0 < ../001_fix_hanewin.patch
3130
cd $(SOURCE); ./bootstrap
3231
cd $(SOURCE); $(CONFIGURE)
3332

0 commit comments

Comments
 (0)