Skip to content

Commit 616a95b

Browse files
author
Felipe Zimmerle
committed
Adds -lpthread to the reading_logs_via_rule_message example
1 parent e795253 commit 616a95b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: examples/reading_logs_via_rule_message/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ simple_request_SOURCES = \
77

88
simple_request_LDADD = \
99
$(top_builddir)/src/.libs/libmodsecurity.a \
10+
-lpthread \
1011
$(CURL_LDADD) \
1112
$(GEOIP_LDFLAGS) $(GEOIP_LDADD) \
1213
$(PCRE_LDADD) \

0 commit comments

Comments
 (0)