diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-06 13:36:41 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-06 13:36:41 +0000 |
commit | c149d2840e4cfc06a8cbd6fcfd3d428f1ad302e8 (patch) | |
tree | a7a21f20e30fef18ced0d25910499d1d1a0325ed /main/libucontext | |
parent | a60439fe4b46f353fbf2147080cf6ff265a71623 (diff) | |
download | aports-c149d2840e4cfc06a8cbd6fcfd3d428f1ad302e8.tar.bz2 aports-c149d2840e4cfc06a8cbd6fcfd3d428f1ad302e8.tar.xz |
main/libucontext: armv7 build fix
Diffstat (limited to 'main/libucontext')
-rw-r--r-- | main/libucontext/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libucontext/APKBUILD b/main/libucontext/APKBUILD index d267b3d171..d3c9ee2ac5 100644 --- a/main/libucontext/APKBUILD +++ b/main/libucontext/APKBUILD @@ -13,7 +13,7 @@ source="https://distfiles.dereferenced.org/libucontext/libucontext-$pkgver.tar.x builddir="$srcdir/libucontext-$pkgver" case "$CTARGET_ARCH" in -armhf) LIBUCONTEXT_ARCH="arm" ;; +arm*) LIBUCONTEXT_ARCH="arm" ;; ppc64le) LIBUCONTEXT_ARCH="ppc64" ;; *) LIBUCONTEXT_ARCH="$CTARGET_ARCH" ;; esac |