From c0d8fe9f57cd0ade706e6c6c3dce4798c1c45158 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 2 Jan 2017 18:15:31 +0100 Subject: [PATCH] openexr: broken on aarch64-musl. --- srcpkgs/openexr/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template index cf3af112123..4bf6c921517 100644 --- a/srcpkgs/openexr/template +++ b/srcpkgs/openexr/template @@ -14,6 +14,11 @@ checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231" LDFLAGS="-lrt" +case "$XBPS_TARGET_MACHINE" in +aarch64-musl) + broken="ICE: https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/6/steps/shell_3/logs/stdio";; +esac + post_configure() { if [ "$CROSS_BUILD" ]; then # Don't try to rebuild these header files when cross compiling