diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-20 07:30:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-20 07:30:42 +0100 |
commit | d1d649ba84b67ae44bb181572965afc9212d2c7a (patch) | |
tree | fbed5fa6b3df9aed032a0e5ea38cc3b869c7a158 /package/nfs-utils/Makefile | |
parent | 4301c4661ede91d6007dca80e14b1e74fb50db15 (diff) |
update to latest uptream, fix uclibc compile
Diffstat (limited to 'package/nfs-utils/Makefile')
-rw-r--r-- | package/nfs-utils/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile index 31cf3fc29..ac12a8662 100644 --- a/package/nfs-utils/Makefile +++ b/package/nfs-utils/Makefile @@ -4,19 +4,16 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nfs-utils -PKG_VERSION:= 1.2.8 -PKG_RELEASE:= 3 -PKG_MD5SUM:= fb48630b7c145fb9d6602a79c6eaab11 +PKG_VERSION:= 1.2.9 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 18869d16db3f49c053f8c68eba3fe2e0 PKG_DESCR:= Utilities for NFS kernel server implementation PKG_SECTION:= net/fs PKG_DEPENDS:= keyutils libtirpc rpcbind libdevmapper libpthread PKG_FDEPENDS:= $(PKG_DEPENDS) PKG_BUILDDEP:= keyutils libtirpc lvm PKG_URL:= http://sourceforge.net/projects/nfs -# as long as there are tar archives of nfs-utils with object files -# on some sourceforge mirrors -PKG_SITES:= http://openadk.org/distfiles/ -#PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/} +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/} PKG_LIBC_DEPENDS:= uclibc eglibc glibc |