From 0afe99ea3532126e19d2f49151f1f05c5e04d075 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 22 May 2014 12:07:34 +0100 Subject: [PATCH] Makefile: Always link with libpthread. --- contrib/ports/unix/proj/ocproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ports/unix/proj/ocproxy/Makefile b/contrib/ports/unix/proj/ocproxy/Makefile index adb38fe..51a579a 100644 --- a/contrib/ports/unix/proj/ocproxy/Makefile +++ b/contrib/ports/unix/proj/ocproxy/Makefile @@ -52,7 +52,7 @@ CFLAGS+=$(CPPFLAGS) -g -D$(ARCH) -DIPv4 -DLWIP_DEBUG \ # -ansi # -std=c89 -LDLIBS+=-levent +LDLIBS+=-levent -lpthread # For Solaris use: # LDLIBS=-lpthread -lsocket -lnsl -- 2.11.4.GIT