You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/02/03 15:02:25 UTC

couchdb commit: updated refs/heads/1843-feature-bigcouch to 0ee8e4d

Updated Branches:
  refs/heads/1843-feature-bigcouch c89125f13 -> 0ee8e4d79


Build couch_ejson_compare


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0ee8e4d7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0ee8e4d7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0ee8e4d7

Branch: refs/heads/1843-feature-bigcouch
Commit: 0ee8e4d799831f23d2fdeb2324ddb0f411097816
Parents: c89125f
Author: Robert Newson <rn...@apache.org>
Authored: Mon Feb 3 13:51:36 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Feb 3 13:51:36 2014 +0000

----------------------------------------------------------------------
 src/couch/rebar.config.script | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0ee8e4d7/src/couch/rebar.config.script
----------------------------------------------------------------------
diff --git a/src/couch/rebar.config.script b/src/couch/rebar.config.script
index 43c9a61..238f897 100644
--- a/src/couch/rebar.config.script
+++ b/src/couch/rebar.config.script
@@ -57,8 +57,9 @@ CouchJSSpec = [{filename:join(["priv", CouchJSName]),
                 ["priv/couch_js/{help,http,main,utf8,util}.c"]}],
 SpawnSpec = [{"priv/couchspawnkillable", ["priv/spawnkillable/*.c"]}],
 IcuSpec = [{"priv/couch_icu_driver.so", ["priv/icu_driver/*.c"]}],
+CompareSpec = [{"priv/couch_ejson_compare.so", ["priv/couch_ejson_compare/*.c"]}],
 
-BaseSpecs = CouchJSSpec ++ IcuSpec,
+BaseSpecs = CouchJSSpec ++ IcuSpec ++ CompareSpec,
 
 PortSpecs = case os:type() of
     {win32, _} ->