Revert "perl: enforce building glibc first."
Well that created a dependency loop. :(
This reverts commit d75ec830da
.
This commit is contained in:
parent
d75ec830da
commit
864542bad0
|
@ -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=3
|
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"
|
||||||
|
@ -19,7 +19,7 @@ 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
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libxcrypt-devel glibc-devel"
|
makedepends+=" libxcrypt-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Before updating this package to a new major version, run
|
# Before updating this package to a new major version, run
|
||||||
|
|
Loading…
Reference in New Issue