Skip to content

Commit 752ab76

Browse files
authored
Merge pull request #3229 from eduar-hte/pthread-makefile
Restore pthread LDFLAG in examples
2 parents b4f5232 + 2cb1d03 commit 752ab76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/multithread/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ multithread_LDFLAGS = \
2121
-L$(top_builddir)/src/.libs/ \
2222
$(GEOIP_LDFLAGS) \
2323
-lmodsecurity \
24+
-lpthread \
2425
-lm \
2526
-lstdc++ \
2627
$(LMDB_LDFLAGS) \

examples/reading_logs_with_offset/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ read_LDFLAGS = \
2121
-L$(top_builddir)/src/.libs/ \
2222
$(GEOIP_LDFLAGS) \
2323
-lmodsecurity \
24+
-lpthread \
2425
-lm \
2526
-lstdc++ \
2627
$(LMDB_LDFLAGS) \

0 commit comments

Comments
 (0)