From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doU5K-0005pX-SQ for guix-patches@gnu.org; Sun, 03 Sep 2017 08:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doU5G-0004ge-AX for guix-patches@gnu.org; Sun, 03 Sep 2017 08:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doU5G-0004gY-7w for guix-patches@gnu.org; Sun, 03 Sep 2017 08:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1doU5F-00008y-Vs for guix-patches@gnu.org; Sun, 03 Sep 2017 08:33:02 -0400 Subject: [bug#28336] [PATCH 0/1] core-updates: Add "static" output to glibc Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doU4i-0005kF-2W for guix-patches@gnu.org; Sun, 03 Sep 2017 08:32:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doU4d-0004QA-IF for guix-patches@gnu.org; Sun, 03 Sep 2017 08:32:28 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Sun, 3 Sep 2017 14:32:03 +0200 Message-Id: <20170903123203.14255-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28336@debbugs.gnu.org Hello Guix! This patch for ‘core-updates’ adds a “static” output to glibc, which shaves 9 MiB out of it. “glibc:static” is always part of the implicit inputs of ‘gnu-build-system’ though, such that building a statically-linked package does not require any modification. I’d like to apply it shortly if there are no issues. Thanks, Ludo’. Ludovic Courtès (1): gnu: glibc: Add "static" output. gnu/packages/base.scm | 49 +++++++++++++++++++++++++++++++++++++++++-- gnu/packages/commencement.scm | 22 +++++++++++++++---- gnu/packages/cross-base.scm | 1 + 3 files changed, 66 insertions(+), 6 deletions(-) -- 2.14.1