From 7de9b8ec06a7932532360735e9d7f177db202939 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 27 Sep 2014 14:22:04 -0400 Subject: [PATCH] Add temporary workaround for bug #763078 which broke building on armel and armhf. --- debian/cabal-wrapper | 4 ++++ debian/changelog | 2 ++ debian/control | 1 + 3 files changed, 7 insertions(+) diff --git a/debian/cabal-wrapper b/debian/cabal-wrapper index e0623f79fb..1326aead75 100755 --- a/debian/cabal-wrapper +++ b/debian/cabal-wrapper @@ -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 "$@" diff --git a/debian/changelog b/debian/changelog index 46c86790bd..3f3cdcef0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 27 Sep 2014 12:14:15 -0400 diff --git a/debian/control b/debian/control index ec29aedbfd..3b4ee9e847 100644 --- a/debian/control +++ b/debian/control @@ -74,6 +74,7 @@ Build-Depends: curl, openssh-client, git-remote-gcrypt (>= 0.20130908-6), + llvm-3.4 [armel armhf], Maintainer: Joey Hess Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/git-annex