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:
parent
001de9e6dc
commit
a6baf4b732
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user