Merge pull request #3219 from eduar-hte/cpp17

Simplifiy configuration to build using std C++17
This commit is contained in:
Ervin Hegedus
2024-08-09 17:34:02 +02:00
committed by GitHub
12 changed files with 1020 additions and 184 deletions

View File

@@ -28,7 +28,6 @@ modsec_rules_check_LDFLAGS = \
$(YAJL_LDFLAGS)
modsec_rules_check_CPPFLAGS = \
-std=c++17 \
-I$(top_builddir)/headers \
$(GLOBAL_CPPFLAGS) \
$(PCRE_CFLAGS) \