Skip to content
Snippets Groups Projects
Commit 1f7dc267 authored by Tuan M. Hoang's avatar Tuan M. Hoang Committed by Roberto Oliveira
Browse files

community/babl: -Ofast fails float-to-8bit test on s390x

float-to-8bit test is unstable on s390x, it won't fail if previous build
is cached as being successful.

babl commit 90e25d7ff381fc67588d77bb033992079bab5d3a introduces -Ofast
which (probably) causes this.

upstream bug : https://bugzilla.gnome.org/show_bug.cgi?id=790745
parent 9ffc9432
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ source="https://ftp.gimp.org/pub/babl/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" ...@@ -11,6 +11,8 @@ source="https://ftp.gimp.org/pub/babl/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
build() { build() {
cd "$builddir" cd "$builddir"
# See: https://bugzilla.gnome.org/show_bug.cgi?id=790745
[ "$CARCH" = "s390x" ] && sed -i -e 's/-Ofast//g' configure
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment