[2/4] make.sh: Added p11-kit and libtasn1 for python3 based ca-certificates approach

Message ID 20210820200428.3535766-2-adolf.belka@ipfire.org
State Accepted
Commit 40cdf8962a9a2772e8f6e3e6384265540c746ac6
Headers
Series [1/4] ca-certificates: Update to work with python3 version of certdata2pem.py |

Commit Message

Adolf Belka Aug. 20, 2021, 8:04 p.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 make.sh | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Michael Tremer Aug. 23, 2021, 10:34 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 20 Aug 2021, at 21:04, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - 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 <adolf.belka@ipfire.org>
> ---
> 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
> -- 
> 2.33.0
>
  

Patch

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