From d5589c269ac3283ab447b33304971477611b1c28 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 5 Mar 2018 08:33:32 +0000 Subject: [PATCH] testing/freeimage: disable on ppc64le /usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: Source/OpenEXR/./IlmImf/ImfDwaCompressor.o: In function `Imf_2_2::DwaCompressor::LossyDctDecoderCsc::~LossyDctDecoderCsc()': ImfDwaCompressor.cpp:(.text._ZN7Imf_2_213DwaCompressor18LossyDctDecoderCscD2Ev[_ZN7Imf_2_213DwaCompressor18LossyDctDecoderCscD5Ev]+0x14): call to `Imf_2_2::DwaCompressor::LossyDctDecoderBase::~LossyDctDecoderBase()' lacks nop, can't restore toc; recompile with -fPIC /usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status --- testing/freeimage/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/freeimage/APKBUILD b/testing/freeimage/APKBUILD index d948ced642f..8826e76edbf 100644 --- a/testing/freeimage/APKBUILD +++ b/testing/freeimage/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Taner Tas pkgname=freeimage pkgver=3.17.0 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source library project for developers who would like to support popular graphics image formats." url="http://freeimage.sourceforge.net/" -arch="all" +arch="!ppc64le" license="GPL-2.0-only FreeImage" _distname="FreeImage" makedepends="dos2unix"