diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-23 17:00:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-23 17:00:22 +0100 |
commit | d2f42c2c6054d26667844bd6792d63edecb8ce0f (patch) | |
tree | de4b6cf98a27093d3f892e01fac4babef23113f5 /package/procps/Makefile | |
parent | 58344c6e68d0e5e8d63c8e0c4cacbc7a35a88183 (diff) |
fix musl build
Diffstat (limited to 'package/procps/Makefile')
-rw-r--r-- | package/procps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/procps/Makefile b/package/procps/Makefile index 70765479e..ac309c63d 100644 --- a/package/procps/Makefile +++ b/package/procps/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= procps PKG_VERSION:= 3.2.8 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 9532714b6846013ca9898984ba4cd7e0 PKG_DESCR:= The /proc file system utilities PKG_SECTION:= utils |