mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
community/openexr: disable check on s390x
This commit is contained in:
parent
6840d4b787
commit
6cd14b51fa
1 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,13 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/openexr/openexr/archive/v$pk
|
||||||
# - CVE-2017-9115
|
# - CVE-2017-9115
|
||||||
# - CVE-2017-9116
|
# - CVE-2017-9116
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
s390x)
|
||||||
|
# fails a bunch of tests
|
||||||
|
options="$options !check"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -O2 -flto=auto" \
|
CFLAGS="$CFLAGS -O2 -flto=auto" \
|
||||||
CXXFLAGS="$CXXFLAGS -O2 -flto=auto" \
|
CXXFLAGS="$CXXFLAGS -O2 -flto=auto" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue