commit:     4b58475a7189865e4cf947ca3a3d3f3b19bd004d
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 17:33:12 2014 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 17:33:12 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4b58475a

make.globals: enable case-insensitive-fs by default

---
 cnf/make.globals | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cnf/make.globals b/cnf/make.globals
index dd18c5a..a57a603 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"
 

Reply via email to