From 19a0a39910d8df0bedfb9253e00d5aa90b1de433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 3 Apr 2016 16:45:13 +0000 Subject: main/gettext: fix to use system *printf --- main/gettext/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main/gettext') 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 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 \ -- cgit v1.2.3