diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-24 17:06:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-24 17:06:46 +0100 |
commit | 32ebadbb702ee44776122181e2c65789681aaea3 (patch) | |
tree | 5b84a1491625d27baec803f1d9c5a5b7a700843b /package/nfs-utils/Makefile | |
parent | 33880367ef3b053aaebf7b6eaadded70fdb35b08 (diff) |
fix cross-compile on Darwin
Diffstat (limited to 'package/nfs-utils/Makefile')
-rw-r--r-- | package/nfs-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile index ac12a8662..20bb4b1a2 100644 --- a/package/nfs-utils/Makefile +++ b/package/nfs-utils/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nfs-utils PKG_VERSION:= 1.2.9 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 18869d16db3f49c053f8c68eba3fe2e0 PKG_DESCR:= Utilities for NFS kernel server implementation PKG_SECTION:= net/fs |