diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-11 14:08:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-11 14:08:23 -0400 |
commit | b519f35e0878b37acc260493902aecfb65128e76 (patch) | |
tree | f0e0d9faaa1ab6a4f5827fe5db00e9d3a0f080d4 /debian | |
parent | 25ed918f75ed69175f1b3d5e7beec619160af8ce (diff) |
Makefile: Avoid building with -threaded if the ghc threaded runtime does not exist.
This should fix build on mips, mipsel, s390, s390x, and sparc.
cabal doesn't test this yet.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4ee022a7e..b9e33af97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ git-annex (3.20121010) UNRELEASED; urgency=low * dead: Remove dead repository from all groups. * Avoid unsetting HOME when running certian git commands. Closes: #690193 * test: Fix threaded runtime hang. + * Makefile: Avoid building with -threaded if the ghc threaded runtime does + not exist. -- Joey Hess <joeyh@debian.org> Wed, 10 Oct 2012 12:59:25 -0400 |