Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/60e9eb50c32594acb2885...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/60e9eb50c32594acb28857e...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/60e9eb50c32594acb28857e3f...
The branch, chris/amissl has been updated
via 60e9eb50c32594acb28857e3f6ae640f1992a2cd (commit)
from 7ecc0d3bf8cc2728e04addccc5a575c6141649a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=60e9eb50c32594acb28...
commit 60e9eb50c32594acb28857e3f6ae640f1992a2cd
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
lpthread no longer being picked up from curl pkgconfig
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index 4aa09b6..b71ae3c 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
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index 4aa09b6..b71ae3c 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
--
NetSurf Browser