Add build dep on regex-compat to fix build on mipsel, which lacks regex-tdfa.
This commit is contained in:
parent
06e9080f01
commit
692fbc6d7e
3 changed files with 5 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -25,6 +25,8 @@ git-annex (5.20140222) UNRELEASED; urgency=medium
|
|||
* webdav: Fix path separator bug when used on Windows.
|
||||
* repair: Optimise unpacking of pack files, and avoid repeated error
|
||||
messages about corrupt pack files.
|
||||
* Add build dep on regex-compat to fix build on mipsel, which lacks
|
||||
regex-tdfa.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -52,6 +52,7 @@ Build-Depends:
|
|||
libghc-http-dev,
|
||||
libghc-feed-dev,
|
||||
libghc-regex-tdfa-dev [!mipsel !s390],
|
||||
libghc-regex-compat-dev [mipsel s390],
|
||||
libghc-tasty-dev (>= 0.7) [!mipsel !sparc],
|
||||
libghc-tasty-hunit-dev [!mipsel !sparc],
|
||||
libghc-tasty-quickcheck-dev [!mipsel !sparc],
|
||||
|
|
|
@ -123,6 +123,8 @@ Executable git-annex
|
|||
if flag(TDFA)
|
||||
Build-Depends: regex-tdfa
|
||||
CPP-Options: -DWITH_TDFA
|
||||
else
|
||||
Build-Depends: regex-compat
|
||||
|
||||
if flag(CryptoHash)
|
||||
Build-Depends: cryptohash (>= 0.10.0)
|
||||
|
|
Loading…
Reference in a new issue