perl: rebuild with libxcrypt

This commit is contained in:
oreo639 2023-08-07 23:32:49 -07:00 committed by classabbyamp
parent ee93adc0af
commit 437e46a319

View file

@ -1,7 +1,7 @@
# Template file for 'perl' # Template file for 'perl'
pkgname=perl pkgname=perl
version=5.38.2 version=5.38.2
revision=1 revision=2
_perl_cross_version=1.5.2 _perl_cross_version=1.5.2
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel bzip2-devel gdbm-devel db-devel" makedepends="zlib-devel bzip2-devel gdbm-devel db-devel"
@ -18,6 +18,10 @@ checksum="a0a31534451eb7b83c7d6594a497543a54d488bc90ca00f5e34762577f40655e
skip_extraction=perl-cross-${_perl_cross_version}.tar.gz skip_extraction=perl-cross-${_perl_cross_version}.tar.gz
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
# Before updating this package to a new major version, run # Before updating this package to a new major version, run
# ${FILESDIR}/update-perl-provides.pl ${wrksrc} perl/template # ${FILESDIR}/update-perl-provides.pl ${wrksrc} perl/template
# to find the list of built in packages. # to find the list of built in packages.