From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmJEG-00056l-Et for guix-patches@gnu.org; Wed, 23 Jan 2019 09:10:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmJEB-0004ZL-0O for guix-patches@gnu.org; Wed, 23 Jan 2019 09:10:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gmJEA-0004Z4-Sr for guix-patches@gnu.org; Wed, 23 Jan 2019 09:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gmJEA-0000xw-Bb for guix-patches@gnu.org; Wed, 23 Jan 2019 09:10:02 -0500 Subject: [bug#34175] [PATCH 2/4] gnu: Add sbsigntools. Resent-Message-ID: Date: Wed, 23 Jan 2019 15:09:30 +0100 From: Danny Milosavljevic Message-ID: <20190123150930.4cc4251d@scratchpost.org> In-Reply-To: <87r2d37q4t.fsf@elephly.net> References: <20190123000035.11320-1-dannym@scratchpost.org> <20190123000304.11385-1-dannym@scratchpost.org> <20190123000304.11385-2-dannym@scratchpost.org> <87r2d37q4t.fsf@elephly.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/SVaf6ZsmLw8V9KObqHNiaxW"; protocol="application/pgp-signature" 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: Ricardo Wurmus Cc: 34175@debbugs.gnu.org --Sig_/SVaf6ZsmLw8V9KObqHNiaxW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ricardo, On Wed, 23 Jan 2019 09:08:18 +0100 Ricardo Wurmus wrote: > Danny Milosavljevic writes: >=20 > > * gnu/packages/efi.scm (sbsigntools): New variable. =20 > [=E2=80=A6] > > + (add-after 'unpack 'setenv > > + (lambda _ > > + (setenv "CC" "gcc") > > + #t))))) =20 >=20 > Could this be done via #:make-flags instead? No, they call a submake in a shellscript and via "make" rather than "${MAKE} ${MAKEFLAGS}", so the option will get lost along the way. --Sig_/SVaf6ZsmLw8V9KObqHNiaxW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxIdZoACgkQ5xo1VCww uqUZMgf/S8woGGYhPzZi0AS6mTcCU08GDM2pWqVPvl8HHHr0NoF7aJHK9JARnhIM ndDvfPcgjOodDRdwuC7iJxcBwwvyq61WmqmS9z+SBhz+oktW0aau1mQP7tVRBqqQ kNcwk0Owda3+0UfsfHpllDRcYIAzYMWGOMi/O/ztF0gFot9q2/YlX+A0UFU5dm0y 7KnWQJUZmzI98U/hKufUtckcmFgG5fxBfi+37A8PBQzHhINYMxCQIlVOz60U6BjE IOiAkd3+Q5TV5cL+ZlLBkykSw3whuAXEo5MwfpazqdKvfRdK0hbud1CQ+1C/fC+5 C8eWHXuBSS2UbW3GgOsHf6yqjU3dDA== =3D5C -----END PGP SIGNATURE----- --Sig_/SVaf6ZsmLw8V9KObqHNiaxW--