From 83e1a4be32f71c158e8920a63c18e620e5bf0237 Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Wed, 4 Sep 2024 23:35:03 +0200 Subject: [PATCH] community/libax25: add missing makedep on libtool --- community/libax25/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/libax25/APKBUILD b/community/libax25/APKBUILD index a476d0a9d997..e379be2bca36 100644 --- a/community/libax25/APKBUILD +++ b/community/libax25/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="set of functions making it easier to write hamradio programs" url="https://linux-ax25.in-berlin.de/" arch="all" license="LGPL-2.1-or-later" -makedepends="autoconf automake zlib-dev" +makedepends="autoconf automake zlib-dev libtool" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" source="https://linux-ax25.in-berlin.de/pub/libax25/libax25-$pkgver-$_patchver.tar.gz musl.patch -- GitLab