Skip to content

Commit

Permalink
[nfs] - bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed May 4, 2012
1 parent 009b2c1 commit 9347332
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
12 changes: 0 additions & 12 deletions lib/libnfs/001_fix_hanewin.patch

This file was deleted.

3 changes: 1 addition & 2 deletions lib/libnfs/Makefile
Expand Up @@ -6,7 +6,7 @@


# lib name, version # lib name, version
LIBNAME=libnfs LIBNAME=libnfs
VERSION=0804e67 VERSION=1.3.0
SOURCE=$(LIBNAME)-$(VERSION) SOURCE=$(LIBNAME)-$(VERSION)
# download location and format # download location and format
BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs
Expand Down Expand Up @@ -35,7 +35,6 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
rm -rf $(SOURCE) rm -rf $(SOURCE)
$(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
echo $(SOURCE) > .gitignore echo $(SOURCE) > .gitignore
cd $(SOURCE); patch -p0 < ../001_fix_hanewin.patch
cd $(SOURCE);./bootstrap;$(CONFIGURE) cd $(SOURCE);./bootstrap;$(CONFIGURE)


$(SO_NAME): $(SOURCE) $(SO_NAME): $(SOURCE)
Expand Down
12 changes: 0 additions & 12 deletions tools/darwin/depends/libnfs/001_fix_hanewin.patch

This file was deleted.

3 changes: 1 addition & 2 deletions tools/darwin/depends/libnfs/Makefile
Expand Up @@ -3,7 +3,7 @@ include ../config.site.mk


# lib name, version # lib name, version
LIBNAME=libnfs LIBNAME=libnfs
VERSION=0804e67 VERSION=1.3.0
SOURCE=$(LIBNAME)-$(VERSION) SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz ARCHIVE=$(SOURCE).tar.gz


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


Expand Down

0 comments on commit 9347332

Please sign in to comment.