Skip to content

Commit 16ab99c

Browse files
author
Felipe Zimmerle
committed
modsec_rules_check: uses the gnu .la' instead of .a' file
1 parent d7b9726 commit 16ab99c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.0.3 - YYYY-MMM-DD (to be released)
22
-------------------------------------
33

4+
- modsec_rules_check: uses the gnu `.la' instead of `.a' file
5+
[Issue #1853 - @ste7677, @victorhora, @zimmerle]
46
- good practices: Initialize variables before use it
57
[Issue #1889 - Marc Stern]
68
- Fix utf-8 character encoding conversion

tools/rules-check/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ modsec_rules_check_SOURCES = \
66
rules-check.cc
77

88
modsec_rules_check_LDADD = \
9-
$(top_builddir)/src/.libs/libmodsecurity.a \
9+
$(top_builddir)/src/.libs/libmodsecurity.la \
1010
$(CURL_LDADD) \
1111
$(GEOIP_LDADD) \
1212
$(MAXMIND_LDADD) \

0 commit comments

Comments
 (0)