mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/php7-pdlib, testing/php8-pdlib: disable checks on s390x
This commit is contained in:
parent
bb51292986
commit
6ee9bb87bc
@ -13,6 +13,9 @@ makedepends="php7-dev pkgconf php7-bz2"
|
||||
source="php-$_extname-$pkgver.tar.gz::https://github.com/goodspb/$_extname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_extname-$pkgver"
|
||||
|
||||
#disable check on s390x as Frontal face detection failling
|
||||
[ "$CARCH" = "s390x" ] && options="!check"
|
||||
|
||||
build() {
|
||||
phpize7
|
||||
./configure --prefix=/usr --with-php-config=php-config7
|
||||
|
||||
@ -14,6 +14,9 @@ source="php-$_extname-$pkgver.tar.gz::https://github.com/goodspb/$_extname/archi
|
||||
https://github.com/goodspb/pdlib/commit/a31d3bc709321b784ecd93c983b476a0a298bfa0.patch"
|
||||
builddir="$srcdir/$_extname-$pkgver"
|
||||
|
||||
#disable check on s390x as Frontal face detection failling
|
||||
[ "$CARCH" = "s390x" ] && options="!check"
|
||||
|
||||
build() {
|
||||
phpize8
|
||||
./configure --prefix=/usr --with-php-config=php-config8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user