From a6baf4b73249d60052f41ea67fdaf2617d4d46e5 Mon Sep 17 00:00:00 2001 From: Grant Miller Date: Fri, 21 Dec 2018 10:56:54 -0600 Subject: [PATCH] main/abuild-aarch64-qemu-workaround: Use openssl (!109) Fix the openssl/libressl conflicts that only appeared on aarch64, see c83052 ("temp/qemu: disable block-curl module") for example. --- main/abuild-aarch64-qemu-workaround/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/abuild-aarch64-qemu-workaround/APKBUILD b/main/abuild-aarch64-qemu-workaround/APKBUILD index cf06ec29b..91817d574 100644 --- a/main/abuild-aarch64-qemu-workaround/APKBUILD +++ b/main/abuild-aarch64-qemu-workaround/APKBUILD @@ -1,6 +1,6 @@ pkgname=abuild-aarch64-qemu-workaround pkgver=3.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Patched abuild-tar that works with Qemu" url="https://gitlab.com/postmarketOS/pmbootstrap/issues/546" arch="aarch64" @@ -9,7 +9,7 @@ depends="" install="$pkgname.post-install" options="!check" source="abuild-$pkgver.tar.gz::https://github.com/alpinelinux/abuild/archive/v$pkgver.tar.gz write-check-count.patch" -makedepends="libressl-dev" +makedepends="openssl-dev" builddir="$srcdir/abuild-$pkgver" build() {