spotify-player: fix build for armv6l

This commit is contained in:
Đoàn Trần Công Danh 2024-12-19 21:55:35 +07:00
parent 20e49fb5d1
commit 0980253a6a

View file

@ -14,9 +14,11 @@ distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${versio
checksum=1d13f47ef4df3415835736f32629d57e331707d781507007ea04217a7dc735d8
# FIXME: Workaround will be removed when https://github.com/aws/aws-lc-rs/issues/632 is resolved
if [ "$XBPS_TARGET_MACHINE" = armv7l ]; then
case "$XBPS_TARGET_MACHINE" in
armv[67]l)
export AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow"
fi
;;
esac
post_install() {
vlicense LICENSE