stress-ng: disable list tests on musl.
This commit is contained in:
parent
8558222c69
commit
29e165872f
1 changed files with 7 additions and 0 deletions
|
@ -15,3 +15,10 @@ case "$XBPS_MACHINE" in
|
||||||
# stress-vecshuf.c:107:39: internal compiler error: in expand_debug_locations, at cfgexpand.c:5458
|
# stress-vecshuf.c:107:39: internal compiler error: in expand_debug_locations, at cfgexpand.c:5458
|
||||||
x86_64) nodebug=yes;;
|
x86_64) nodebug=yes;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
sed -i 's/list_methods\[\]/list_methods[0]/g' stress-list.c
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue