mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix pcre cflags variable and adds LDFLAGS for dependencies
This commit is contained in:
committed by
Felipe Zimmerle
parent
47233adf3b
commit
7a300eb945
@@ -9,14 +9,14 @@ benchmark_LDADD = \
|
||||
-lrt \
|
||||
$(top_builddir)/src/.libs/libmodsecurity.a \
|
||||
$(CURL_LDADD) \
|
||||
$(GEOIP_LDADD) \
|
||||
$(GEOIP_LDFLAGS) $(GEOIP_LDADD) \
|
||||
$(PCRE_LDADD) \
|
||||
$(YAJL_LDADD)
|
||||
$(YAJL_LDFLAGS) $(YAJL_LDADD)
|
||||
|
||||
benchmark_CPPFLAGS = \
|
||||
-std=c++11 \
|
||||
-I$(top_builddir)/headers \
|
||||
$(PCRE_CPPFLAGS)
|
||||
$(PCRE_CFLAGS)
|
||||
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
|
Reference in New Issue
Block a user