diff options
author | gimli <ebsi4711@gmail.com> | 2012-08-13 17:53:15 +0200 |
---|---|---|
committer | gimli <ebsi4711@gmail.com> | 2012-08-13 17:53:15 +0200 |
commit | 88960bd7776f72b90e1261a164fdf99fa2afb3b2 (patch) | |
tree | 96c734190574e5dfba0708c1c62385f3f28aff5f /tools/rbp | |
parent | 83a27a2f9a5d30f0bb644cfa9fe51ce5d3973422 (diff) |
[rbp] fixed, hanewin patch not needed for libnfs 1.3.0
Diffstat (limited to 'tools/rbp')
-rw-r--r-- | tools/rbp/depends/libnfs/001_fix_hanewin.patch | 12 | ||||
-rw-r--r-- | tools/rbp/depends/libnfs/Makefile | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/tools/rbp/depends/libnfs/001_fix_hanewin.patch b/tools/rbp/depends/libnfs/001_fix_hanewin.patch deleted file mode 100644 index 507fbe6988..0000000000 --- a/tools/rbp/depends/libnfs/001_fix_hanewin.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/libnfs.c 2011-09-02 12:45:30.000000000 +0200 -+++ lib/libnfs.c 2011-12-04 21:16:07.000000000 +0100 -@@ -666,6 +666,9 @@ - if (res->GETATTR3res_u.resok.obj_attributes.type == NF3DIR) { - st.st_mode |= S_IFDIR ; - } -+ if (res->GETATTR3res_u.resok.obj_attributes.type == NF3REG) { -+ st.st_mode |= S_IFREG ; -+ } - st.st_nlink = res->GETATTR3res_u.resok.obj_attributes.nlink; - st.st_uid = res->GETATTR3res_u.resok.obj_attributes.uid; - st.st_gid = res->GETATTR3res_u.resok.obj_attributes.gid; diff --git a/tools/rbp/depends/libnfs/Makefile b/tools/rbp/depends/libnfs/Makefile index 84138ec5c0..fb55937a1d 100644 --- a/tools/rbp/depends/libnfs/Makefile +++ b/tools/rbp/depends/libnfs/Makefile @@ -23,7 +23,6 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) -rm -rf $(SOURCE) $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) echo $(SOURCE) > .gitignore - cd $(SOURCE); patch -p0 < ../001_fix_hanewin.patch cd $(SOURCE); ./bootstrap cd $(SOURCE); $(CONFIGURE) |