diff options
author | unknown <knielsen@knielsen-hq.org> | 2011-03-12 16:18:02 +0000 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2011-03-12 16:18:02 +0000 |
commit | 26d6806f985900ac906600acc7ebace1312f6638 (patch) | |
tree | 34007c57a3ef26e566277a8fce3c62206ce9d615 /plugin | |
parent | f1cc6dd4018ff4eccc53b61b667fe418f4ca4d71 (diff) | |
download | mariadb-git-26d6806f985900ac906600acc7ebace1312f6638.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.am | 2 |
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) |