We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.la' instead of
1 parent d7b9726 commit 16ab99cCopy full SHA for 16ab99c
CHANGES
@@ -1,6 +1,8 @@
1
v3.0.3 - YYYY-MMM-DD (to be released)
2
-------------------------------------
3
4
+ - modsec_rules_check: uses the gnu `.la' instead of `.a' file
5
+ [Issue #1853 - @ste7677, @victorhora, @zimmerle]
6
- good practices: Initialize variables before use it
7
[Issue #1889 - Marc Stern]
8
- Fix utf-8 character encoding conversion
tools/rules-check/Makefile.am
@@ -6,7 +6,7 @@ modsec_rules_check_SOURCES = \
rules-check.cc
modsec_rules_check_LDADD = \
9
- $(top_builddir)/src/.libs/libmodsecurity.a \
+ $(top_builddir)/src/.libs/libmodsecurity.la \
10
$(CURL_LDADD) \
11
$(GEOIP_LDADD) \
12
$(MAXMIND_LDADD) \
0 commit comments