You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:23:19 UTC

[09/15] snappy commit: updated refs/heads/import-master to 64cd135

include $(ERLANG_FLAGS) when building snappy nif

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1133315 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/import-master
Commit: 1f47bb12aa1d7fb0cf1ef4e68b152755c46fc149
Parents: c1dcd82
Author: Randall Leeds <ra...@apache.org>
Authored: Wed Jun 8 09:46:04 2011 +0000
Committer: Randall Leeds <ra...@apache.org>
Committed: Wed Jun 8 09:46:04 2011 +0000

----------------------------------------------------------------------
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/1f47bb12/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index e41a616..3655626 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@ snappyebin_DATA = \
 if USE_OTP_NIFS
 snappypriv_LTLIBRARIES = snappy_nif.la
 snappy_nif_la_SOURCES = $(snappy_cxx_srcs)
+snappy_nif_la_CFLAGS = $(ERLANG_FLAGS)
 snappy_nif_la_LDFLAGS = -module -avoid-version
 
 if WINDOWS