From b42a538152df691c67e9bb14a3a83fc76f6da099 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 11 May 2019 23:21:20 +0200 Subject: [PATCH] modem/libqipcrtr4msmipc: add armv7 to arches Fix building modem-qcom-msm-downstream-common for armv7 (which was done in the last commit, although it only mentions aarch64 in the commit message). --- modem/libqipcrtr4msmipc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modem/libqipcrtr4msmipc/APKBUILD b/modem/libqipcrtr4msmipc/APKBUILD index f572df16d..b2da17a2f 100644 --- a/modem/libqipcrtr4msmipc/APKBUILD +++ b/modem/libqipcrtr4msmipc/APKBUILD @@ -3,7 +3,7 @@ pkgver=0.1 pkgrel=0 pkgdesc="LD_PRELOADable library to emulate AF_QIPCRTR socket on devices with only AF_MSM_IPC" url="https://github.com/scintill/libqipcrtr4msmipc" -arch="armhf aarch64" +arch="armhf armv7 aarch64" license="GPL-3.0-or-later" _tag="v${pkgver}" makedepends="msmipc-dev"