From a6c0f8dbd5a07ee222a1e6bd5713d8dc3f76b9c6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 25 Dec 2023 21:01:34 +0100 Subject: [PATCH] perl-bootstrap: set noverifyrdeps. Else perl-bootstrap depends on glibc>=2.38, which we are trying to build first. Since perl-bootstrap only needs standard stuff in the chroot anyway, let's ignore the rdeps. --- srcpkgs/perl-bootstrap/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/perl-bootstrap/template b/srcpkgs/perl-bootstrap/template index 4a563237ebd..c5d07c7e242 100644 --- a/srcpkgs/perl-bootstrap/template +++ b/srcpkgs/perl-bootstrap/template @@ -2,7 +2,7 @@ # This is needed to prevent build cycle between libxcrypt and perl pkgname=perl-bootstrap version=5.38.2 -revision=1 +revision=2 _perl_cross_version=1.5.2 build_style=gnu-configure makedepends="zlib-devel bzip2-devel gdbm-devel db-devel" @@ -19,6 +19,7 @@ checksum="a0a31534451eb7b83c7d6594a497543a54d488bc90ca00f5e34762577f40655e repository=bootstrap conflicts="perl>=0" skiprdeps="/usr/bin/perl" +noverifyrdeps=yes skip_extraction=perl-cross-${_perl_cross_version}.tar.gz