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 "$@"
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
1
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue