diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-06 21:27:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-06 21:29:36 +0200 |
commit | 1ad75633a68132129d5896b6d6fb299d4d278a4c (patch) | |
tree | f39756122834cfc38c2c9cf27ee8fb755eaa58cc /package/parted/Makefile | |
parent | ef48e6b08ee9e2c2881718f63a174690e125e3e0 (diff) |
parted: allow to build w/o locale in libc, disable atari label support
Diffstat (limited to 'package/parted/Makefile')
-rw-r--r-- | package/parted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile index 86528d6ae..b78783971 100644 --- a/package/parted/Makefile +++ b/package/parted/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= parted PKG_VERSION:= 3.3 -PKG_RELEASE:= 4 +PKG_RELEASE:= 5 PKG_HASH:= 57e2b4bd87018625c515421d4524f6e3b55175b472302056391c5f7eccb83d44 PKG_DESCR:= partition table editor PKG_SECTION:= sys/fs |