summaryrefslogtreecommitdiff
path: root/doc/bugs/does_not_build_on_OpenBSD_5.9
diff options
context:
space:
mode:
authorGravatar quisquous <quisquous@web>2016-07-11 17:59:56 +0000
committerGravatar admin <admin@branchable.com>2016-07-11 17:59:56 +0000
commit2d0570c6d897c6dbc7faa5b6112e1f4650a540bf (patch)
tree8061f4485acef8d63b2366e8db471243c5a0aee6 /doc/bugs/does_not_build_on_OpenBSD_5.9
parent78042d940ef2e02c736e1d02afddc214cf6ae603 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/does_not_build_on_OpenBSD_5.9')
-rw-r--r--doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment b/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment
new file mode 100644
index 000000000..2466bd932
--- /dev/null
+++ b/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="quisquous"
+ subject="comment 2"
+ date="2016-07-11T17:59:56Z"
+ content="""
+Perhaps running ````stack install git-annex```` (using the implicit global project) ignores the flags in stack.yaml, see [#1313](https://github.com/commercialhaskell/stack/issues/1313). Following your suggestion, I tried cloning the repo and building using `stack build` both with and without the XMPP flag. Without the flag works fine, it seems the default ````false```` setting form xmpp flag in stack.yaml is honored when building *this* way.
+
+In any case, this worked:
+
+````
+$ git clone git://git-annex.branchable.com/ git-annex
+$ cd git-annex
+$ git checkout 6.20160511
+$ stack build
+$ stack install
+````
+"""]]