diff options
Diffstat (limited to 'system/zsh')
-rw-r--r-- | system/zsh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |