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.
This commit is contained in:
Grant Miller 2018-12-21 10:56:54 -06:00 committed by Oliver Smith
parent 001de9e6dc
commit a6baf4b732
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -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() {