mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Removes libinjection sources from the main project and add it as subfolder
That way we can control the CFLAGS that will be sent to libinjection. Avoiding, for instance, the utilization of c++11 on libinjection c code.
This commit is contained in:
@@ -58,7 +58,7 @@ fi
|
||||
|
||||
|
||||
# Check if the compiler is c++11 compatible.
|
||||
AX_CXX_COMPILE_STDCXX_11(,mandatory)
|
||||
# AX_CXX_COMPILE_STDCXX_11(,mandatory)
|
||||
|
||||
# Check for libinjection
|
||||
AC_CHECK_FILE("others/libinjection/src/libinjection_html5.c", HAS_LIBINJECTION=1)
|
||||
@@ -220,6 +220,7 @@ AC_CONFIG_FILES([\
|
||||
Makefile \
|
||||
doc/Makefile \
|
||||
src/Makefile \
|
||||
others/Makefile \
|
||||
test/Makefile \
|
||||
test/benchmark/Makefile \
|
||||
examples/Makefile \
|
||||
|
Reference in New Issue
Block a user