diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-03-05 08:33:32 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-03-05 08:33:32 +0000 |
commit | d5589c269ac3283ab447b33304971477611b1c28 (patch) | |
tree | 09184cb63ceefa7794f95815562cc5ab57bcdf56 /testing/freeimage | |
parent | 9e68dc1213ef8654b77a05a79b82a66d1eb16608 (diff) | |
download | aports-d5589c269ac3283ab447b33304971477611b1c28.zip |
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
Diffstat (limited to 'testing/freeimage')
-rw-r--r-- | testing/freeimage/APKBUILD | 4 |
1 files 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 <taner76@gmail.com> 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" |