summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2011-03-12 16:18:02 +0000
committerunknown <knielsen@knielsen-hq.org>2011-03-12 16:18:02 +0000
commit4de39c29e6503aaf34663e64348f3d384689d04e (patch)
tree34007c57a3ef26e566277a8fce3c62206ce9d615 /plugin
parentd57b127f6a6e53ae5520cb5035a937143e28ce54 (diff)
downloadmariadb-git-4de39c29e6503aaf34663e64348f3d384689d04e.tar.gz
Fix wrong use of compiler flag causing the build to fail in handlersocket.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/handler_socket/libhsclient/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/handler_socket/libhsclient/Makefile.am b/plugin/handler_socket/libhsclient/Makefile.am
index 0a796fa4f43..d6409ef42ee 100644
--- a/plugin/handler_socket/libhsclient/Makefile.am
+++ b/plugin/handler_socket/libhsclient/Makefile.am
@@ -10,4 +10,4 @@ libhsclient_la_SOURCES = config.cpp escape.cpp fatal.cpp hstcpcli.cpp \
socket.cpp string_util.cpp
#libhsclient_la_LDFLAGS = -static
libhsclient_la_CFLAGS = $(AM_CFLAGS)
-libhsclient_la_CXXFLAGS = $(AM_CFLAGS)
+libhsclient_la_CXXFLAGS = $(AM_CXXFLAGS)