diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-06 02:07:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-06 02:07:20 +0200 |
commit | afaf39d3d4bd5037cb4869237639e3490b3ad198 (patch) | |
tree | dc87eb0d67c671e082101d04a53e2ef75faeef59 /package/lsof/Makefile | |
parent | 30eeae75b90510af732cfe072efa74aaaeef1a04 (diff) |
lsof: fix glibc compile error, reported by Martin T.
Diffstat (limited to 'package/lsof/Makefile')
-rw-r--r-- | package/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lsof/Makefile b/package/lsof/Makefile index e28bf6d8c..87a5a6997 100644 --- a/package/lsof/Makefile +++ b/package/lsof/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= lsof PKG_VERSION:= 4.89 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 5d08da7ebe049c9d9a6472d6afb81aa5af54c4733a3f8822cbc22b57867633c9 PKG_DESCR:= list open files PKG_SECTION:= sys/utils |