commit:     e922497983d4ede99ea84938738bdf71d6e9b7d5
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 09:26:32 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 09:27:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e9224979

scripts/bootstrap-prefix: disable dependency tracking by default

One-time builds only get slowed down by this, and apparently it
sometimes causes problems, so just disable it.

Thanks  Dainius Masiliƫnas  for the suggestion.

Closes: https://bugs.gentoo.org/966643
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

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

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index a129ee6479..e2b9edcc8d 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -34,6 +34,7 @@ econf() {
                --sysconfdir="${ROOT}"/tmp/etc \
                --localstatedir="${ROOT}"/tmp/var/lib \
                --build="${CHOST}" \
+               --disable-dependency-tracking \
                "$@" || return 1
 }
 

Reply via email to