mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-08 22:06:43 +02:00
main/apk-tools: fix makedepends on nonexisting openssl3
This commit is contained in:
parent
afdc120c5e
commit
7b4c19e086
@ -11,7 +11,7 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-static $pkgname-doc $pkgname-zsh
|
||||
# while staying on musl <1.2 causes missing symbols
|
||||
depends="musl>=1.2"
|
||||
makedepends_build="openssl>3 lua5.3 lua5.3-lzlib scdoc"
|
||||
makedepends_host="zlib-dev openssl-dev>3 zlib-static openssl3-libs-static linux-headers"
|
||||
makedepends_host="zlib-dev openssl-dev zlib-static openssl-libs-static linux-headers"
|
||||
makedepends="$makedepends_build $makedepends_host"
|
||||
_lua="no"
|
||||
if [ "$CBUILD" = "$CHOST" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user