mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue