summaryrefslogtreecommitdiff
path: root/system/xfsprogs
diff options
context:
space:
mode:
Diffstat (limited to 'system/xfsprogs')
-rw-r--r--system/xfsprogs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/xfsprogs/APKBUILD b/system/xfsprogs/APKBUILD
index c9e558f61..816ea077f 100644
--- a/system/xfsprogs/APKBUILD
+++ b/system/xfsprogs/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xfsprogs
pkgver=4.17.0
-pkgrel=0
+pkgrel=1
pkgdesc="XFS filesystem utilities"
url="http://xfs.org/index.php/Main_Page"
arch="all"
options="!check" # No test suite.
license="GPL-1.0-only"
-makedepends="attr-dev bash linux-headers util-linux-dev"
+makedepends="attr-dev bash icu-dev libedit-dev linux-headers util-linux-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://www.kernel.org/pub/linux/utils/fs/xfs/$pkgname/$pkgname-$pkgver.tar.gz
no-utmp-header.patch
@@ -24,7 +24,7 @@ build() {
--prefix=/usr \
--sbindir=/sbin \
--libexecdir=/usr/lib \
- --enable-gettext=no
+ --enable-editline
make SHELL=/bin/bash
}