aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-11-12 18:33:12 +0100
committerFabian Groffen <grobian@gentoo.org>2014-11-12 18:33:12 +0100
commit4b58475a7189865e4cf947ca3a3d3f3b19bd004d (patch)
treef62559952799e04a0cfbbbe5c5c55bb7614672eb
parentMerge tag 'v2.2.14' into prefix (diff)
downloadportage-4b58475a7189865e4cf947ca3a3d3f3b19bd004d.tar.gz
portage-4b58475a7189865e4cf947ca3a3d3f3b19bd004d.tar.bz2
portage-4b58475a7189865e4cf947ca3a3d3f3b19bd004d.zip
make.globals: enable case-insensitive-fs by default
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index dd18c5a12..a57a60370 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -71,6 +71,9 @@ FEATURES="${FEATURES} preserve-libs"
# Force EPREFIX, ED and EROOT to exist in all EAPIs, not just 3 and up
FEATURES="${FEATURES} force-prefix"
+# Avoid problems due to case-insensitivity, bug #524236
+FEATURES="${FEATURES} case-insensitive-fs"
+
# By default wait 5 secs before cleaning a package
CLEAN_DELAY="5"