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.
This commit is contained in:
parent
c029d7626f
commit
a6c0f8dbd5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue