From 60e9eb50c32594acb28857e3f6ae640f1992a2cd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 30 Mar 2019 14:57:48 +0000 Subject: lpthread no longer being picked up from curl pkgconfig --- frontends/amiga/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile index 4aa09b6bf..b71ae3cf9 100644 --- a/frontends/amiga/Makefile +++ b/frontends/amiga/Makefile @@ -25,6 +25,8 @@ LDFLAGS += -lpbl -liconv ifeq ($(SUBTARGET),os3) LDFLAGS += -lamiga -lm +else + LDFLAGS += -lpthread endif EXETARGET := NetSurf -- cgit v1.2.3