From c81a09bff124eaffe88244cef2709574939cbaa8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 21 Nov 2018 10:04:49 +0000 Subject: main/busybox: fix ssl_client's install_if should be installed if libssl1.1 is installed, not libressl-libssl. --- main/busybox/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 82bd654aca6..c43dbb08e24 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=busybox pkgver=1.29.3 -pkgrel=2 +pkgrel=3 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" @@ -187,7 +187,7 @@ ssl_client() { pkgdesc="EXternal ssl_client for busybox wget" local _sslver=$(pkg-config --modversion libssl) # automatically pull in if both busybox and libssl is installed - install_if="$pkgname=$pkgver-r$pkgrel libressl${_sslver%.*}-libssl" + install_if="$pkgname=$pkgver-r$pkgrel libssl${_sslver%.*}" mkdir -p "$subpkgdir"/usr/bin install -m755 "$_dyndir"/ssl_client \ "$subpkgdir"/usr/bin/ssl_client -- cgit v1.2.3