Linux standalone: Set LOCPATH=/dev/null to work around https://ghc.haskell.org/trac/ghc/ticket/7695
This prevents localization from working, but git-annex is not localized anyway.
This commit is contained in:
parent
022461d773
commit
76cde095fe
3 changed files with 12 additions and 0 deletions
|
@ -74,6 +74,10 @@ 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