From: Pádraig Brady
Date: Mon, 29 Oct 2012 02:27:24 +0000 (+0000)
Subject: build: don't rely on support for '%*j' printf format
X-Git-Tag: v8.21~112
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e9401800b186a3746e3b50981ac11b709d3742a;p=thirdparty%2Fcoreutils.git
build: don't rely on support for '%*j' printf format
* src/make-prime-list.c: Hardcode the uintmax_t width
to 16 hex digits (64 bit), to avoid this compile issue
on HPUS systems at least.
---
diff --git a/src/make-prime-list.c b/src/make-prime-list.c
index e0d9b810e2..98eef8f597 100644
--- a/src/make-prime-list.c
+++ b/src/make-prime-list.c
@@ -20,6 +20,7 @@ this program. If not, see http://www.gnu.org/licenses/. */
#include