From a1461cea06eda159cba68fa5c12b9da8ad5296ed Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Jun 2018 21:30:59 -0500 Subject: system/zsh: link against libutmps for Watch --- system/zsh/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/zsh/APKBUILD b/system/zsh/APKBUILD index 7ecfe6b69..abc6e8008 100644 --- a/system/zsh/APKBUILD +++ b/system/zsh/APKBUILD @@ -10,7 +10,7 @@ url="http://www.zsh.org/" arch="all" license="Zsh AND BSD-3-Clause AND GPL-2.0+ AND GPL-2.0-only AND Artistic-1.0-Perl AND MIT AND GPL-1.0+" depends="debianutils" # add-shell -makedepends_host="ncurses-dev pcre-dev" +makedepends_host="ncurses-dev pcre-dev utmps-dev" install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall" source="http://www.zsh.org/pub/$pkgname-$pkgver.tar.gz zprofile @@ -81,7 +81,7 @@ prepare() { build() { cd "$builddir" - ./configure \ + LIBS="-lutmps -lskarnet" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ -- cgit v1.2.3-60-g2f50