commit:     08bda7505668e5a9afbe06f62ee5483bca843532
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 03:20:06 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 03:27:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=08bda750

bootstrap-prefix.sh: disable the coreutils check for 32bit timestamp.

  This is need to support bootstrapping 32bit Prefix from 64bit host.

 scripts/bootstrap-prefix.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index b85c777174..a1cc564f61 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1722,6 +1722,7 @@ bootstrap_stage3() {
        # here, which doesn't necessarily grok the system headers on newer
        # OSX, confusing the buildsystem
        ac_cv_c_decl_report=warning \
+       TIME_T_32_BIT_OK=yes \
        emerge_pkgs "" "${pkgs[@]}" || return 1
 
        # gettext pulls in portage, which since 2.2.28 needs ssl enabled, so

Reply via email to