aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/gettext/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index 728501b3b6..0e75ea1f8a 100644
--- a/main/gettext/APKBUILD
+++ b/main/gettext/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gettext
pkgver=0.19.7
-pkgrel=2
+pkgrel=3
pkgdesc="GNU locale utilities"
url="http://www.gnu.org/software/gettext/gettext.html"
arch="all"
@@ -19,6 +19,9 @@ _builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
+ # force using system posix complaint printf
+ # the test is broken and fails with ash
+ gt_cv_func_printf_posix=yes \
./configure \
--build=$CBUILD \
--host=$CHOST \