summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-07 14:54:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-07 14:54:00 -0400
commita8e05c8da1484b78860557344f37df07f7abc9fc (patch)
tree3c4e8ec98d9d6afc97dcca0dd3a835cd8e331b84 /Makefile
parent980e93ae0ed371c6a39795bbad8781c51a93b30f (diff)
add network-multicast to bulld depends
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24b9a2f28..b63714c12 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@ CFLAGS=-Wall
GIT_ANNEX_TMP_BUILD_DIR?=tmp
IGNORE=-ignore-package monads-fd -ignore-package monads-tf
BASEFLAGS=-threaded -Wall $(IGNORE) -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility
-FEATURES=-DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_OLD_YESOD
+
+# If you get build failures due to missing haskell libraries,
+# you can turn off some of these features.
+FEATURES=-DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_OLD_YESOD -DWITH_MULTICAST
bins=git-annex
mans=git-annex.1 git-annex-shell.1