Add temporary workaround for bug #763078 which broke building on armel and armhf.
This commit is contained in:
parent
f518858c12
commit
7de9b8ec06
3 changed files with 7 additions and 0 deletions
4
debian/cabal-wrapper
vendored
4
debian/cabal-wrapper
vendored
|
@ -13,4 +13,8 @@ set -e
|
|||
HOME=$(mktemp -d)
|
||||
export HOME
|
||||
|
||||
# Temporary workaround for #763078
|
||||
PATH=/usr/lib/llvm-3.4/bin:$PATH
|
||||
export PATH
|
||||
|
||||
cabal "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue