From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/4] make.sh: Added p11-kit and libtasn1 for python3 based ca-certificates approach Date: Fri, 20 Aug 2021 22:04:26 +0200 Message-ID: <20210820200428.3535766-2-adolf.belka@ipfire.org> In-Reply-To: <20210820200428.3535766-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8277892213048817465==" List-Id: --===============8277892213048817465== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - p11-kit required for certs extraction in building of python3 compatible ca-= certificates - p11-kit requires libtasn1 as a build dependency - p11-kit and libtasn1 added to make.sh Signed-off-by: Adolf Belka --- make.sh | 2 ++ 1 file changed, 2 insertions(+) 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 --===============8277892213048817465==--