From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp95g-0006Ru-Rc for guix-patches@gnu.org; Tue, 05 Sep 2017 04:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp95X-0000fU-2s for guix-patches@gnu.org; Tue, 05 Sep 2017 04:20:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dp95W-0000fH-Vq for guix-patches@gnu.org; Tue, 05 Sep 2017 04:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dp95W-00060R-Pe for guix-patches@gnu.org; Tue, 05 Sep 2017 04:20:02 -0400 Subject: bug#28336: [PATCH 0/1] core-updates: Add "static" output to glibc Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170903123203.14255-1-ludo@gnu.org> Date: Tue, 05 Sep 2017 10:19:42 +0200 In-Reply-To: <20170903123203.14255-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Sun, 3 Sep 2017 14:32:03 +0200") Message-ID: <87mv69v9pd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > This patch for =E2=80=98core-updates=E2=80=99 adds a =E2=80=9Cstatic=E2= =80=9D output to glibc, which > shaves 9=C2=A0MiB out of it. > > =E2=80=9Cglibc:static=E2=80=9D is always part of the implicit inputs of > =E2=80=98gnu-build-system=E2=80=99 though, such that building a staticall= y-linked > package does not require any modification. > > I=E2=80=99d like to apply it shortly if there are no issues. Pushed as 6dff905e51202bbdebbad8811b6509584d12a796. Ludo=E2=80=99.