diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-26 23:07:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-26 23:07:30 -0400 |
commit | 7f634962298bd086c485dd4080dc930cb3603491 (patch) | |
tree | 37655a26d7ea9170bf32651585e2f6bd8f5992c2 /git-annex.cabal | |
parent | 117df9c3714f2366d4f10d63fce41a608d96308e (diff) |
gnutls segfault fixed
Adjust build deps to ensure that only a fixed version of the library will
be used.
Also, removed the bound thread stuff, which I now think was (probably)
a red herring.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 887cd9841..4e910183c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -98,7 +98,7 @@ Executable git-annex CPP-Options: -DWITH_PAIRING if flag(XMPP) && flag(Assistant) - Build-Depends: network-protocol-xmpp + Build-Depends: network-protocol-xmpp, gnutls (>= 0.1.4) CPP-Options: -DWITH_XMPP if flag(XMPP) && flag(Assistant) && flag(Adns) |