From d0bdd6eadd0ac1c7a2f2b2154dfa02476e827a52 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 24 Feb 2019 17:31:14 +0100 Subject: [PATCH] chromium: fix gn build --- srcpkgs/chromium/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index d6d260c2017..d3e3b6598f0 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -227,6 +227,8 @@ do_configure() { python2 tools/gn/bootstrap/bootstrap.py -s -v \ --gn-gen-args "${conf[*]}" + export LDFLAGS="-pthread" + out/Release/gn gen out/Release --args="${conf[*]}" } do_build() {