You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/05/23 22:41:22 UTC

[trafficserver] branch master updated: Fixes compiler flags used for compress plugin

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

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7136162  Fixes compiler flags used for compress plugin
7136162 is described below

commit 7136162d7c857566b84e9e2e320538714af6e118
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Tue May 22 13:02:08 2018 -0700

    Fixes compiler flags used for compress plugin
    
    use CXXFLAGS not CFLAGS for C++ code
---
 plugins/compress/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/compress/Makefile.inc b/plugins/compress/Makefile.inc
index ca0abd8..223fd5d 100644
--- a/plugins/compress/Makefile.inc
+++ b/plugins/compress/Makefile.inc
@@ -20,4 +20,4 @@ compress_compress_la_SOURCES = compress/compress.cc compress/configuration.cc co
 compress_compress_la_LDFLAGS = \
   $(AM_LDFLAGS) $(LIB_BROTLIENC)
 
-compress_compress_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_BROTLIENC)
+compress_compress_la_CXXFLAGS = $(AM_CXXFLAGS) $(CFLAGS_BROTLIENC)

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.