xdebug: fix cross
This commit is contained in:
parent
e8e16f838f
commit
8c3d683737
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue