openexr: reapply gcc6 musl hack for aarch64-musl
This commit is contained in:
parent
6514555b44
commit
949ed02874
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ LDFLAGS="-lrt"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl)
|
aarch64-musl)
|
||||||
broken="ICE: https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/6/steps/shell_3/logs/stdio";;
|
CFLAGS="-Os"
|
||||||
|
CXXFLAGS=-"Os"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
|
|
Loading…
Reference in a new issue