don't try to build assistant on hurd

This commit is contained in:
Joey Hess 2013-06-21 01:44:25 -04:00
parent c720864ad9
commit 679cfcede7

View file

@ -107,7 +107,7 @@ Executable git-annex
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
CPP-Options: -DWITH_WEBDAV CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(windows) && ! os(solaris) if flag(Assistant) && ! os(windows) && ! os(solaris) && ! os(hurd)
Build-Depends: async, stm (>= 2.3) Build-Depends: async, stm (>= 2.3)
CPP-Options: -DWITH_ASSISTANT CPP-Options: -DWITH_ASSISTANT
@ -126,7 +126,7 @@ Executable git-annex
Build-Depends: hfsevents Build-Depends: hfsevents
CPP-Options: -DWITH_FSEVENTS CPP-Options: -DWITH_FSEVENTS
else else
if (! os(windows) && ! os(solaris) && ! os(linux)) if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(hurd))
CPP-Options: -DWITH_KQUEUE CPP-Options: -DWITH_KQUEUE
C-Sources: Utility/libkqueue.c C-Sources: Utility/libkqueue.c