summaryrefslogtreecommitdiff
path: root/system/zsh/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-23 21:30:59 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-23 21:30:59 -0500
commita1461cea06eda159cba68fa5c12b9da8ad5296ed (patch)
treeff23639e15a62675fceb86694dc1552b0b5107f4 /system/zsh/APKBUILD
parent566c767f1c7c443397aaf9f4fdfb6ed7360a31b2 (diff)
downloadpackages-a1461cea06eda159cba68fa5c12b9da8ad5296ed.tar.gz
packages-a1461cea06eda159cba68fa5c12b9da8ad5296ed.tar.bz2
packages-a1461cea06eda159cba68fa5c12b9da8ad5296ed.tar.xz
packages-a1461cea06eda159cba68fa5c12b9da8ad5296ed.zip
system/zsh: link against libutmps for Watch
Diffstat (limited to 'system/zsh/APKBUILD')
-rw-r--r--system/zsh/APKBUILD4
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 \