From 0980253a6a2e22628779e974b615211024cc9cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 19 Dec 2024 21:55:35 +0700 Subject: [PATCH] spotify-player: fix build for armv6l --- srcpkgs/spotify-player/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spotify-player/template b/srcpkgs/spotify-player/template index 694d24482c9..250489b72d2 100644 --- a/srcpkgs/spotify-player/template +++ b/srcpkgs/spotify-player/template @@ -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