diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-27 13:00:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-27 13:00:34 +0200 |
commit | 22c39a7cfb66225ec68a211205434255e95c5e0b (patch) | |
tree | 1f2dc27b191da9ae7a4738d4db3d5130b34234fa /package/rpcbind/Makefile | |
parent | f7764067f70d552ea666d2a2e663ffcee92dbaa9 (diff) |
fix rpcbind build, reported by Oliver
Diffstat (limited to 'package/rpcbind/Makefile')
-rw-r--r-- | package/rpcbind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rpcbind/Makefile b/package/rpcbind/Makefile index 81266c039..97860e902 100644 --- a/package/rpcbind/Makefile +++ b/package/rpcbind/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= rpcbind -PKG_VERSION:= 0.2.2 +PKG_VERSION:= 0.2.3 PKG_RELEASE:= 1 -PKG_HASH:= 13dbc8c796dbe0ce8df873007bea0490c8460b56202d918c9eb6fa0358a08f29 +PKG_HASH:= 9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b PKG_DESCR:= converts rpc program numbers into universal addresses PKG_SECTION:= net/misc PKG_DEPENDS:= libtirpc |