diff options
-rw-r--r-- | user/htop/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |