Added a comment: iiuc assistant depends on s3
This commit is contained in:
parent
8093ac1494
commit
fa2fbf91a3
1 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
[[!comment format=mdwn
|
||||
username="jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1"
|
||||
nickname="jirib"
|
||||
subject="iiuc assistant depends on s3"
|
||||
date="2015-10-02T11:11:13Z"
|
||||
content="""
|
||||
iiuc assistant depends on s3 ??
|
||||
|
||||
|
||||
[[!format sh \"\"\"
|
||||
--- /home/jirib/tmp/sandbox/haskell/git-annex-5.20150930/git-annex.cabal Fri Oct 2 00:53:38 2015
|
||||
+++ /tmp/git-annex.cabal Fri Oct 2 12:58:15 2015
|
||||
@@ -186,7 +186,8 @@ Executable git-annex
|
||||
CPP-Options: -DWITH_WEBDAV
|
||||
|
||||
if flag(Assistant) && ! os(solaris)
|
||||
- CPP-Options: -DWITH_ASSISTANT
|
||||
+ Build-Depends: conduit, conduit-extra, aws (>= 0.9.2), http-client
|
||||
+ CPP-Options: -DWITH_ASSISTANT -DWITH_S3
|
||||
|
||||
if flag(Assistant)
|
||||
if os(linux) && flag(Inotify)
|
||||
|
||||
\"\"\"]]
|
||||
"""]]
|
Loading…
Reference in a new issue