modsec_rules_check: uses the gnu .la' instead of .a' file

This commit is contained in:
Felipe Zimmerle 2018-09-06 11:45:59 -03:00
parent d7b9726357
commit 16ab99ce3e
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
v3.0.3 - YYYY-MMM-DD (to be released)
-------------------------------------
- modsec_rules_check: uses the gnu `.la' instead of `.a' file
[Issue #1853 - @ste7677, @victorhora, @zimmerle]
- good practices: Initialize variables before use it
[Issue #1889 - Marc Stern]
- Fix utf-8 character encoding conversion

View File

@ -6,7 +6,7 @@ modsec_rules_check_SOURCES = \
rules-check.cc
modsec_rules_check_LDADD = \
$(top_builddir)/src/.libs/libmodsecurity.a \
$(top_builddir)/src/.libs/libmodsecurity.la \
$(CURL_LDADD) \
$(GEOIP_LDADD) \
$(MAXMIND_LDADD) \