summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-17 00:45:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-17 00:51:29 -0400
commit48c38c3849d67f19c2188a30503acdced726ef2b (patch)
tree2a120d642cf01a966645e04ce12e57a5d9f7a5a1 /Makefile
parentb89ff59fc0e94276bbd871abb4c814338d073d1d (diff)
very close now.. but still so far
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b45dea0ec..ac2958bde 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ android: Build/EvilSplicer
# Some additional dependencies needed by the expanded splices.
sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, /' tmp/androidtree/git-annex.cabal
# Avoid warnings due to sometimes unused imports added for the splices.
- sed -i 's/-Wall//' tmp/androidtree/git-annex.cabal
+ sed -i 's/-Wall/-Wall -fno-warn-unused-imports/' tmp/androidtree/git-annex.cabal
# Cabal cannot cross compile with custom build type, so workaround.
sed -i 's/Build-type: Custom/Build-type: Simple/' tmp/androidtree/git-annex.cabal
if [ ! -e tmp/androidtree/dist/setup/setup ]; then \