mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
buildfix
If libxml2 is in a non-default directory, it needs to be added to LDFLAGS
This commit is contained in:
@@ -26,7 +26,8 @@ modsec_rules_check_LDFLAGS = \
|
|||||||
$(LMDB_LDFLAGS) \
|
$(LMDB_LDFLAGS) \
|
||||||
$(LUA_LDFLAGS) \
|
$(LUA_LDFLAGS) \
|
||||||
$(SSDEEP_LDFLAGS) \
|
$(SSDEEP_LDFLAGS) \
|
||||||
$(YAJL_LDFLAGS)
|
$(YAJL_LDFLAGS) \
|
||||||
|
$(LIBXML2_LDFLAGS)
|
||||||
|
|
||||||
modsec_rules_check_CPPFLAGS = \
|
modsec_rules_check_CPPFLAGS = \
|
||||||
-I$(top_builddir)/headers \
|
-I$(top_builddir)/headers \
|
||||||
|
|||||||
Reference in New Issue
Block a user