mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
spotify-player: fix build for armv6l
This commit is contained in:
parent
20e49fb5d1
commit
0980253a6a
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue