From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: For core-updates. Date: Tue, 21 Mar 2017 02:22:10 +0100 Message-ID: <1490059331-32049-1-git-send-email-john@darrington.wattle.id.au> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq8VD-0005FR-Fc for guix-devel@gnu.org; Mon, 20 Mar 2017 21:22:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cq8V9-0002wk-Lx for guix-devel@gnu.org; Mon, 20 Mar 2017 21:22:23 -0400 Received: from de.cellform.com ([88.217.224.109]:33183 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cq8V9-0002vL-BE for guix-devel@gnu.org; Mon, 20 Mar 2017 21:22:19 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2L1MFX9032100 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 21 Mar 2017 02:22:15 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2L1MFEE032098 for guix-devel@gnu.org; Tue, 21 Mar 2017 02:22:15 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This patch fixes a number of failures in core-updates. I don't know if there is a better way of doing it, or why it is suddenly necessary. gnu: Add LDFLAGS=-lpthread to configure-flags where needed.