Updated Branches: refs/heads/1843-feature-bigcouch cd36fd1f1 -> bb2fa4466
bsd build Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bb2fa446 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bb2fa446 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bb2fa446 Branch: refs/heads/1843-feature-bigcouch Commit: bb2fa4466400b56c865c08caffc27a287f49bf9c Parents: cd36fd1 Author: Robert Newson <[email protected]> Authored: Tue Feb 4 23:01:18 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Tue Feb 4 23:01:41 2014 +0000 ---------------------------------------------------------------------- src/couch/rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/bb2fa446/src/couch/rebar.config.script ---------------------------------------------------------------------- diff --git a/src/couch/rebar.config.script b/src/couch/rebar.config.script index 9053485..bfb1c64 100644 --- a/src/couch/rebar.config.script +++ b/src/couch/rebar.config.script @@ -42,7 +42,7 @@ BaseSpecs = [ %% couchjs {"darwin", CouchJSPath, CouchJSSrc, [{env, [{"CFLAGS", "-DXP_UNIX -I/usr/local/include/js"}, {"LDFLAGS", JS_LDFLAGS}]}]}, {"linux", CouchJSPath, CouchJSSrc, [{env, [{"CFLAGS", "-DXP_UNIX -I/usr/include/js"}, {"LDFLAGS", JS_LDFLAGS ++ " -lm"}]}]}, - {"unix", CouchJSPath, CouchJSSrc, [{env, [{"CFLAGS", "-DXP_UNIX -I/usr/local/include/js}"}, {"LDFLAGS", JS_LDFLAGS ++ " -lm"}]}]}, + {"bsd", CouchJSPath, CouchJSSrc, [{env, [{"CFLAGS", "-DXP_UNIX -I/usr/local/include/js"}, {"LDFLAGS", JS_LDFLAGS ++ " -lm"}]}]}, {"win32", CouchJSPath, CouchJSSrc, [{env, [{"CFLAGS", "-DXP_WIN -I/usr/include/js"}, {"LDFLAGS", JS_LDFLAGS}]}]}, % ICU {"", "priv/couch_icu_driver.so", ["priv/icu_driver/*.c"], [{env, [
