aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-09-28 00:23:47 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-09-28 00:23:47 +0200
commitcbfbf8f47a5cd39f982980592a0d6ec9586c6d71 (patch)
tree968419ce150ca8099d472acf28ab2cee36ef2987
parent61cefedaa16187fdf74e662bd3147a2c2196f343 (diff)
community/jimtcl: add OpenSSL 1.1 to depends_dev
That's what we do for other libraries which need OpenSSL 1.1. See also: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25901#note_182487
-rw-r--r--community/jimtcl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/jimtcl/APKBUILD b/community/jimtcl/APKBUILD
index 6da3e64b5b5..0857a2169f1 100644
--- a/community/jimtcl/APKBUILD
+++ b/community/jimtcl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=jimtcl
pkgver=0.80
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source, small footprint implementation of Tcl"
url="https://github.com/msteveb/jimtcl"
arch="all"
@@ -14,6 +14,7 @@ makedepends="
sqlite-dev
zlib-dev
"
+depends_dev="openssl1.1-compat-dev"
options="net" # fix check with abuild rootbld
subpackages="$pkgname-dbg $pkgname-readline $pkgname-sqlite3 $pkgname-dev $pkgname-doc"
source="https://github.com/msteveb/jimtcl/archive/$pkgver/jimtcl-$pkgver.tar.gz