If libxml2 is in a non-default directory, it needs to be added
to LDFLAGS
This commit is contained in:
Tilman Keskinöz 2025-05-22 18:59:55 +02:00
parent 0bcabf3208
commit 0caf30679f
No known key found for this signature in database
GPG Key ID: 6E2CAEEFF1331ECE

View File

@ -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 \