summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-02 22:38:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-02 22:38:45 -0400
commited4e08d23a005d5f43151d271a35a99fccd9b978 (patch)
tree606cc3924d33f08af7a6a5d9ac3267ee115821f3 /git-annex.cabal
parent64c5d51645d665e96bb3f2467692d9be88cbeefe (diff)
work around strange endianness bug in port number on Android
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 6556711d7..11d327d15 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -100,6 +100,7 @@ Executable git-annex
CPP-Options: -DWITH_ASSISTANT
if flag(Android)
+ Build-Depends: data-endian
CPP-Options: -D__ANDROID__
if os(linux) && flag(Inotify)