From aff74a3021e360e3e0f0b4cc6152c6d361783fee Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 9 Dec 2015 17:44:42 +0000 Subject: [PATCH] Add LC_ALL=en_US.UTF-8 to paludis bashrc This fixes building of some python packages which don't properly initialize their environment. --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 1a7d77f..894659b 100644 --- a/bashrc +++ b/bashrc @@ -4,6 +4,7 @@ CFLAGS="-O2 -pipe -Wall" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" MAKEOPTS="${MAKEOPTS:--j$(nproc 2>/dev/null || echo '1')}" +LC_ALL="en_US.UTF-8" # toolchain/gcc I_KNOW_WHAT_I_AM_DOING="yes"