xdebug: fix cross

This commit is contained in:
Jürgen Buchmüller 2020-12-28 23:47:38 +01:00
parent e8e16f838f
commit 8c3d683737
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ homepage="http://xdebug.org"
distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz"
checksum=a63f567f2238d75a2244c2a4bd6f5abee817280b3567f9006c99481488dc977c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" php-devel"
fi
pre_configure() {
phpize
}