Temporarily disable use of dbus, as the haskell dbus library blows up when losing connection, which will need to be fixed upstream.
This commit is contained in:
parent
237ad352f8
commit
d7c19ef307
2 changed files with 3 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -13,6 +13,8 @@ git-annex (3.20121011) UNRELEASED; urgency=low
|
|||
in order to work with old versions of ssh.
|
||||
* A relative core.worktree is relative to the gitdir. Now that this is
|
||||
handled correctly, git-annex can be used in git submodules.
|
||||
* Temporarily disable use of dbus, as the haskell dbus library blows up
|
||||
when losing connection, which will need to be fixed upstream.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 12 Oct 2012 22:46:08 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue