mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
modsec_rules_check: uses the gnu .la' instead of
.a' file
This commit is contained in:
parent
d7b9726357
commit
16ab99ce3e
2
CHANGES
2
CHANGES
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user