perl: use perl-cross version 1.1.4.
Fixes issue with $Config{sig_name}.
This commit is contained in:
parent
062494a6d6
commit
f183bd385e
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'perl'.
|
||||
pkgname=perl
|
||||
version=5.24.1
|
||||
revision=3
|
||||
_perl_cross_version=1.1.3
|
||||
revision=4
|
||||
_perl_cross_version=1.1.4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="less"
|
||||
makedepends="zlib-devel bzip2-devel gdbm-devel db-devel"
|
||||
|
@ -14,7 +14,7 @@ license="Artistic, GPL-1"
|
|||
distfiles="http://www.cpan.org/src/5.0/perl-${version}.tar.gz
|
||||
https://github.com/arsv/perl-cross/releases/download/${_perl_cross_version}/perl-cross-${_perl_cross_version}.tar.gz"
|
||||
checksum="e6c185c9b09bdb3f1b13f678999050c639859a7ef39c8cad418448075f5918af
|
||||
181b24ff71815fb2c8065e6ea139d106796eee0964aebfd8081f0b7f69e0696d"
|
||||
c840a327d5464ca271cac40d52e2d199330875527bf1003c28a6e550fb7bcc57"
|
||||
disable_parallel_build=yes
|
||||
|
||||
# Before updating this package to a new major version, run ${FILESDIR}/provides.pl
|
||||
|
|
Loading…
Reference in a new issue