summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-16 11:56:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-16 11:56:07 -0400
commit8686e128b7e9339947051a3c958c1c089f3834f5 (patch)
tree0dca4a1f44a122b7a5050a52c34047e9b085ee5e /Makefile
parente13b5f64a76dd9aa254dc61341b7f81cba992a93 (diff)
Temporarily disable use of dbus, as the haskell dbus library blows up when losing connection, which will need to be fixed upstream.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95c5d73b5..3c3ccb809 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all=$(bins) $(mans) docs
OS:=$(shell uname | sed 's/[-_].*//')
ifeq ($(OS),Linux)
-OPTFLAGS?=-DWITH_INOTIFY -DWITH_DBUS
+OPTFLAGS?=-DWITH_INOTIFY
clibs=Utility/libdiskfree.o Utility/libmounts.o
THREADFLAGS=$(shell if test -e `ghc --print-libdir`/libHSrts_thr.a; then printf -- -threaded; fi)
else