commit: 5dcd55c9c1f1d474ef977c21e18759e6ac8e7857
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 14:31:54 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 14:31:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5dcd55c9
scripts/bootstrap-prefix: bootstrap coreutils 8.28 for High Sierra
scripts/bootstrap-prefix.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c2bb5c1e26..f8eb310892 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1083,8 +1083,10 @@ bootstrap_grep() {
bootstrap_coreutils() {
# 8.12 for FreeBSD 9.1, bug #415439
# 8.16 is the last version released as tar.gz
- bootstrap_gnu coreutils 8.16 || bootstrap_gnu coreutils 8.17 || \
- bootstrap_gnu coreutils 8.12
+ # 8.18 is necessary for macOS High Sierra (darwin17) and converted
+ # to tar.gz for this case
+ bootstrap_gnu coreutils 8.28 || bootstrap_gnu coreutils 8.16 || \
+ bootstrap_gnu coreutils 8.17 || bootstrap_gnu coreutils 8.12
}
bootstrap_tar() {