From 949ed028742ef4a7c0db2ec4b01d4e05dc701c8b Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Mon, 2 Jan 2017 20:41:10 +0100 Subject: [PATCH] openexr: reapply gcc6 musl hack for aarch64-musl --- srcpkgs/openexr/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template index 4bf6c921517..099e8252c1b 100644 --- a/srcpkgs/openexr/template +++ b/srcpkgs/openexr/template @@ -16,7 +16,9 @@ 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";; + CFLAGS="-Os" + CXXFLAGS=-"Os" + ;; esac post_configure() {