X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by lists.alpinelinux.org (Postfix) with ESMTP id D6FF65C0081 for ; Sat, 15 Sep 2018 22:17:58 +0000 (GMT) Received: from mx7.valuehost.ru (localhost.valuehost.ru [127.0.0.1]) by mx7.valuehost.ru (Postfix) with ESMTP id 2D8232E013 for ; Sun, 16 Sep 2018 01:17:58 +0300 (MSK) From: alpine-edge-patches Subject: [alpine-aports] [PATCH] main/gettext: disable openmp for now To: alpine-aports@lists.alpinelinux.org Message-Id: <20180915221758.2D8232E013@mx7.valuehost.ru> Date: Sun, 16 Sep 2018 01:17:58 +0300 (MSK) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: msgmerge -U sleeps forever without this patch. The problem is visible in main/po4a build (on edge) for example. Only started to happen after musl-1.1.20 upgrade. --- main/gettext/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index 4d998ea6b9..2415f8e303 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -38,6 +38,7 @@ build() { --prefix=/usr \ --enable-threads=posix \ --disable-java \ + --disable-openmp \ --enable-static make } -- 2.19.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---