From 767289c8daa4a0a75d52cac6cf5689b816de2edc Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Thu, 16 Jun 2016 15:57:36 +0000 Subject: [PATCH] Fix compilation for libpthread users. --- examples/multithread_c/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/multithread_c/Makefile.am b/examples/multithread_c/Makefile.am index b89c8405..e47e3b21 100644 --- a/examples/multithread_c/Makefile.am +++ b/examples/multithread_c/Makefile.am @@ -8,6 +8,7 @@ multi_SOURCES = \ multi_LDADD = \ -L$(top_builddir)/src/.libs/ \ -lmodsecurity \ + -lpthread \ $(YAJL_LDFLAGS) \ $(GEOIP_LDFLAGS) \ $(GLOBAL_LDADD)