From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 2/4] make.sh: Added p11-kit and libtasn1 for python3 based ca-certificates approach Date: Mon, 23 Aug 2021 11:34:11 +0100 Message-ID: <6B2CD430-22CF-42B1-A7F0-89AB18B3EA2A@ipfire.org> In-Reply-To: <20210820200428.3535766-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2724768298838819357==" List-Id: --===============2724768298838819357== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 20 Aug 2021, at 21:04, Adolf Belka wrote: >=20 > - p11-kit required for certs extraction in building of python3 compatible c= a-certificates > - p11-kit requires libtasn1 as a build dependency > - p11-kit and libtasn1 added to make.sh >=20 > Signed-off-by: Adolf Belka > --- > make.sh | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/make.sh b/make.sh > index 0baf2050d..7608e1630 100755 > --- a/make.sh > +++ b/make.sh > @@ -1234,6 +1234,8 @@ buildipfire() { > lfsmake2 grub > lfsmake2 efivar > lfsmake2 efibootmgr > + lfsmake2 libtasn1 > + lfsmake2 p11-kit > lfsmake2 ca-certificates > lfsmake2 fireinfo > lfsmake2 libnet > --=20 > 2.33.0 >=20 --===============2724768298838819357==--