You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/12/19 13:42:58 UTC

couch commit: updated refs/heads/master to 7abff50

Repository: couchdb-couch
Updated Branches:
  refs/heads/master f7ccb9b6c -> 7abff50d2


Fix syntax


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

Branch: refs/heads/master
Commit: 7abff50d2429e5da0a97fbd9ac470ba34f98b5d8
Parents: f7ccb9b
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Dec 19 15:42:22 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Dec 19 15:42:45 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7abff50d/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index c2142ee..e989ab2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -66,7 +66,7 @@ ok = CopyIfDifferent(CouchJSConfig, ConfigBin),
             {win32, _} ->
                 {"/DHAVE_CURL /IC:\\relax\\curl\\include", "/LIBPATH:C:\\relax\\js-1.8.5\\js\\src /LIBPATH:C:\\Relax\\curl\\lib\\release-ssl mozjs185-1.0.lib libcurl_imp.lib"};
             {unix, freebsd} ->
-                {"-DHAVE_CURL -I/usr/local/include", "-DHAVE_CURL -lmozjs185 -lcurl"}
+                {"-DHAVE_CURL -I/usr/local/include", "-DHAVE_CURL -lmozjs185 -lcurl"};
             _ ->
                 {"-DHAVE_CURL", "-DHAVE_CURL -lmozjs185 -lcurl"}
         end;