From 8f1cfd0f387329c9ff1be1af163d33699b8e3a53 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 21 Jul 2022 00:35:32 -0500 Subject: user/htop: Add missing libexecinfo dep As with felinks, this is required to build. It seems the clean build I'm doing is revealing a few of these. --- user/htop/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/htop/APKBUILD') diff --git a/user/htop/APKBUILD b/user/htop/APKBUILD index 25b992f1a..69994dfab 100644 --- a/user/htop/APKBUILD +++ b/user/htop/APKBUILD @@ -9,7 +9,7 @@ arch="all" options="!check" # No test suite. license="GPL-2.0+" depends="" -makedepends="ncurses-dev python3" +makedepends="libexecinfo-dev ncurses-dev python3" subpackages="$pkgname-doc" source="http://hisham.hm/htop/releases/$pkgver/$pkgname-$pkgver.tar.gz correctness.patch @@ -17,7 +17,7 @@ source="http://hisham.hm/htop/releases/$pkgver/$pkgname-$pkgver.tar.gz " build() { - ./configure \ + LIBS="-lexecinfo" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ -- cgit v1.2.3-70-g09d2