Skip to content

Commit 0caf306

Browse files
author
Tilman Keskinöz
committed
buildfix
If libxml2 is in a non-default directory, it needs to be added to LDFLAGS
1 parent 0bcabf3 commit 0caf306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/rules-check/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ modsec_rules_check_LDFLAGS = \
2626
$(LMDB_LDFLAGS) \
2727
$(LUA_LDFLAGS) \
2828
$(SSDEEP_LDFLAGS) \
29-
$(YAJL_LDFLAGS)
29+
$(YAJL_LDFLAGS) \
30+
$(LIBXML2_LDFLAGS)
3031

3132
modsec_rules_check_CPPFLAGS = \
3233
-I$(top_builddir)/headers \

0 commit comments

Comments
 (0)