Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Tue, 16 Jan 2018 03:30:19
Message-Id: 1516073226.08bda7505668e5a9afbe06f62ee5483bca843532.heroxbd@gentoo
1 commit: 08bda7505668e5a9afbe06f62ee5483bca843532
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 16 03:20:06 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 16 03:27:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=08bda750
7
8 bootstrap-prefix.sh: disable the coreutils check for 32bit timestamp.
9
10 This is need to support bootstrapping 32bit Prefix from 64bit host.
11
12 scripts/bootstrap-prefix.sh | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index b85c777174..a1cc564f61 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -1722,6 +1722,7 @@ bootstrap_stage3() {
20 # here, which doesn't necessarily grok the system headers on newer
21 # OSX, confusing the buildsystem
22 ac_cv_c_decl_report=warning \
23 + TIME_T_32_BIT_OK=yes \
24 emerge_pkgs "" "${pkgs[@]}" || return 1
25
26 # gettext pulls in portage, which since 2.2.28 needs ssl enabled, so