This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch update-snappy
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git

commit 2c17ed5f0583a2c368abd4e2bf4294e36de55489
Author: Dave Cottlehuber <[email protected]>
AuthorDate: Tue Jan 6 10:14:30 2015 +0000

    support native clang under FreeBSD 10.1
---
 rebar.config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rebar.config b/rebar.config
index d108853..cf2aba9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,8 @@
 
 {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, 
warn_unused_import]}.
 {port_env, [
-    {"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"}
+    {"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"},
+    {"(freebsd)", "LDFLAGS", "$LDFLAGS -lstdc++"}
 ]}.
 {port_specs, [{"priv/snappy_nif.so", ["c_src/*.cc",
                                       "c_src/snappy/*.cc"]}]}.

Reply via email to