Add temporary workaround for bug #763078 which broke building on armel and armhf.

This commit is contained in:
Joey Hess 2014-09-27 14:22:04 -04:00
parent f518858c12
commit 7de9b8ec06
3 changed files with 7 additions and 0 deletions

View file

@ -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 "$@"

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ git-annex (5.20140927) UNRELEASED; urgency=medium
* Really depend (not just build-depend) on new enough git for --no-gpg-sign
to work. Closes: #763057
* Add temporary workaround for bug #763078 which broke building on armel
and armhf.
-- Joey Hess <joeyh@debian.org> Sat, 27 Sep 2014 12:14:15 -0400

1
debian/control vendored
View file

@ -74,6 +74,7 @@ Build-Depends:
curl,
openssh-client,
git-remote-gcrypt (>= 0.20130908-6),
llvm-3.4 [armel armhf],
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.5
Vcs-Git: git://git.kitenet.net/git-annex