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/24 20:16:21 UTC

[trafficserver] branch 7.1.x updated: Fixes compiler flags used for gzip plugin

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

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


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 7410b98  Fixes compiler flags used for gzip plugin
7410b98 is described below

commit 7410b9891c98b5b8015ab926f8c5f7f87d9a9ffb
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Thu May 24 09:04:22 2018 -0700

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

diff --git a/plugins/gzip/Makefile.inc b/plugins/gzip/Makefile.inc
index 019e37f..6c23c0f 100644
--- a/plugins/gzip/Makefile.inc
+++ b/plugins/gzip/Makefile.inc
@@ -20,4 +20,4 @@ gzip_gzip_la_SOURCES = gzip/gzip.cc gzip/configuration.cc gzip/misc.cc
 gzip_gzip_la_LDFLAGS = \
   $(AM_LDFLAGS) $(LIB_BROTLIENC)
 
-gzip_gzip_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_BROTLIENC)
+gzip_gzip_la_CXXFLAGS = $(AM_CXXFLAGS) $(CFLAGS_BROTLIENC)

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