openexr: broken on aarch64-musl.
This commit is contained in:
parent
27176b7a41
commit
c0d8fe9f57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue