~alpine/aports

community/llvm-libunwind: re-enable build on mips* per upstream v1 PROPOSED

alpine-mips-patches: 1
 community/llvm-libunwind: re-enable build on mips* per upstream

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2910/mbox | git am -3
Learn more about email & git

[PATCH] community/llvm-libunwind: re-enable build on mips* per upstream Export this patch

---
 community/llvm-libunwind/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/llvm-libunwind/APKBUILD b/community/llvm-libunwind/APKBUILD
index d010a54366..1a874631c6 100644
--- a/community/llvm-libunwind/APKBUILD
+++ b/community/llvm-libunwind/APKBUILD
@@ -6,10 +6,10 @@ pkgname=llvm-libunwind
pkgver=8.0.1
_pkgname=libunwind
_llvmver=${pkgver%%.*}
pkgrel=0
pkgrel=1
pkgdesc="LLVM version of libunwind library"
url="http://llvm.org/"
arch="aarch64 armhf armv7 ppc64le x86 x86_64"
arch="all !s390x"
license="BSD"
depends_dev="!libunwind-dev"
makedepends="cmake llvm$_llvmver-dev"
-- 
2.22.0