Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-24 14:27:16 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-24 14:27:16 +0300
commit923753216253f11ebaf536fcf77280fefe60c77d (patch)
tree2506b7aedc00bcae0448ece2606f360a47b8fce3 /configure.ac
parent7ae264a1be2d8cca181ba236ce6735b2a44dbf61 (diff)
.......... [ZBX-20453] added pcre C flags to CGO_CLFAGS for agent2 build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02d1955bd91..eb7c6374d0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1963,7 +1963,7 @@ if test "x$HAVE_START_GROUP" = "xyes"; then
fi
if test "x$agent2" = "xyes"; then
- CGO_CFLAGS=$TLS_CFLAGS
+ CGO_CFLAGS="$TLS_CFLAGS $LIBPCRE_CFLAGS $LIBPCRE2_CFLAGS"
CGO_LDFLAGS="$AGENT2_LDFLAGS $LD_START_GROUP \
\${abs_top_builddir}/src/zabbix_agent/logfiles/libzbxlogfiles.a \
\${abs_top_builddir}/src/libs/zbxcomms/libzbxcomms.a \