Avoid setting LOCPATH in linux standalone builds now that ghc has been fixed to not hang when it cannot find locale files.
This commit is contained in:
parent
b949e85045
commit
f947781fa0
4 changed files with 28 additions and 4 deletions
|
@ -100,10 +100,6 @@ export ORIG_GCONV_PATH
|
|||
GCONV_PATH="$base/$(cat "$base/gconvdir")"
|
||||
export GCONV_PATH
|
||||
|
||||
# workaround for https://ghc.haskell.org/trac/ghc/ticket/7695
|
||||
LOCPATH=/dev/null
|
||||
export LOCPATH
|
||||
|
||||
ORIG_GIT_EXEC_PATH="$GIT_EXEC_PATH"
|
||||
export ORIG_GIT_EXEC_PATH
|
||||
GIT_EXEC_PATH="$base/git-core"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue