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