perl: depends on libxcrypt-devel
When crypt support is enabled, the public header files also includes crypt.h in core_perl/CORE/reentr.h
This commit is contained in:
parent
8f85eae440
commit
b415f11d1c
@ -1,7 +1,7 @@
|
||||
# Template file for 'perl'
|
||||
pkgname=perl
|
||||
version=5.38.2
|
||||
revision=2
|
||||
revision=3
|
||||
_perl_cross_version=1.5.2
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel bzip2-devel gdbm-devel db-devel"
|
||||
@ -20,6 +20,7 @@ skip_extraction=perl-cross-${_perl_cross_version}.tar.gz
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
depends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
# Before updating this package to a new major version, run
|
||||
|
Loading…
x
Reference in New Issue
Block a user