mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
php8.1: rebuild for libxcrypt
This commit is contained in:
parent
ade0ceba95
commit
87566118cd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'php8.1'
|
||||
pkgname=php8.1
|
||||
version=8.1.26
|
||||
revision=2
|
||||
revision=3
|
||||
_php_version=8.1
|
||||
hostmakedepends="bison pkg-config apache-devel"
|
||||
makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
|
||||
|
@ -24,6 +24,10 @@ conf_files="/etc/php${_php_version}/php.ini"
|
|||
|
||||
lib32disabled=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
# phar and pear need php to build
|
||||
hostmakedepends+=" php${_php_version}"
|
||||
|
|
Loading…
Add table
Reference in a new issue