Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 14 Oct 2021 18:11:19
Message-Id: 1634235030.5d11b2898eb984ab1c1986beb512fc54d2b18107.sam@gentoo
1 commit: 5d11b2898eb984ab1c1986beb512fc54d2b18107
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 18:10:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 18:10:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5d11b289
7
8 bootstap-prefix.sh: disable sanitize on GCC
9
10 Avoids needing libcrypt early on.
11
12 Closes: https://bugs.gentoo.org/817974
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 scripts/bootstrap-prefix.sh | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
19 index aaff67bfe4..570ca048a7 100755
20 --- a/scripts/bootstrap-prefix.sh
21 +++ b/scripts/bootstrap-prefix.sh
22 @@ -1609,6 +1609,7 @@ do_emerge_pkgs() {
23 -python
24 -qmanifest -qtegrity
25 -readline
26 + -sanitize
27 bootstrap
28 clang
29 internal-glib