diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-19 21:44:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-19 21:44:33 -0400 |
commit | ff1cb82cffdf2a5078937f5bc9b42af29aebf205 (patch) | |
tree | ce5daef36b3b8e9139b07361785b02634deab03e /debian | |
parent | 3e942af981f2d0a4c5dd77a3f72e5513905eeba8 (diff) |
debian architecture build fun
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b3bea55ab..a68b62dd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ git-annex (4.20130517) UNRELEASED; urgency=low * Fix a zombie that could result when running a process like gpg to read and write to it. * Allow building with gpg2. + * Disable building with the haskell threaded runtime when the webapp + is not built. This may fix builds on mips, s390x and sparc, which are + failing to link -lHSrts_thr + * Temporarily build without webapp on kfreebsd-i386, until yesod is + installable there again. -- Joey Hess <joeyh@debian.org> Fri, 17 May 2013 11:17:03 -0400 diff --git a/debian/control b/debian/control index 2a914fc0b..4c38357e1 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: libghc-dbus-dev (>= 0.10.3) [linux-any], libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], - libghc-yesod-default-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], + libghc-yesod-default-dev [i386 amd64 kfreebsd-amd64], libghc-hamlet-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], libghc-clientsession-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], libghc-warp-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64], |