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:20 UTC

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

snappy is c++ so we need to use CXXFLAGS

This should fix the broken build reports for certain autotools.
Everything should be all sorted.

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1133503 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/dbeaa25f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/tree/dbeaa25f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/diff/dbeaa25f

Branch: refs/heads/import-master
Commit: dbeaa25f58481e4437360ab7fa4dd67361b3a8f9
Parents: 1f47bb1
Author: Randall Leeds <ra...@apache.org>
Authored: Wed Jun 8 18:40:17 2011 +0000
Committer: Randall Leeds <ra...@apache.org>
Committed: Wed Jun 8 18:40:17 2011 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/dbeaa25f/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 3655626..c945627 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +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_CXXFLAGS = $(ERLANG_FLAGS)
 snappy_nif_la_LDFLAGS = -module -avoid-version
 
 if WINDOWS