aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-07-30 09:01:42 +0200
committerlns <matzeton@googlemail.com>2022-08-02 11:25:39 +0200
commit9cc69f88a0528470ded8a80e1956504683ae8754 (patch)
tree69b39f77a034a7de17997cc316279de2f98b1412 /configure.ac
parented4f106a0d6ba2d644e95354891b4b68f927c535 (diff)
Improved nDPI JSON serialization.improved/ndpi-serialization
* fixed autoconf CFLAGS/LDFLAGS MSAN issue which could lead to build errors * introduced portable version of gmtime_r aka ndpi_gmtime_r * do as most as possible of the serialization work in ndpi_utils.c * use flow2json in ndpiReader Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 60f8f2274..3714655e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,8 +57,8 @@ AS_IF([test "${with_thread_sanitizer+set}" = set],[
])
AS_IF([test "${with_memory_sanitizer+set}" = set],[
- NDPI_CFLAGS="${CFLAGS} -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer"
- NDPI_LDFLAGS="${LDFLAGS} -fsanitize=memory"
+ NDPI_CFLAGS="${NDPI_CFLAGS} -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer"
+ NDPI_LDFLAGS="${NDPI_LDFLAGS} -fsanitize=memory"
])
AS_IF([test "x${enable_code_coverage}" = "xyes"],[