summaryrefslogtreecommitdiffstats
path: root/testing/zsh/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-03 15:23:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-03 15:23:22 +0000
commit0e0157912972f71045f650a52ae8cb2bd55d3ebf (patch)
tree7643cf77f8efa0dd0d818254c37751455422fe79 /testing/zsh/APKBUILD
parent18376a9bb8167adff53ebb2122b344a9efeb7111 (diff)
main/buildfix: do --with-tcsetpgrp
Diffstat (limited to 'testing/zsh/APKBUILD')
-rw-r--r--testing/zsh/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/zsh/APKBUILD b/testing/zsh/APKBUILD
index dbb77447fb6..bdb885c3b7f 100644
--- a/testing/zsh/APKBUILD
+++ b/testing/zsh/APKBUILD
@@ -28,6 +28,7 @@ build() {
--enable-function-subdirs \
--enable-zsh-secure-free \
--sysconfdir=/etc \
+ --with-tcsetpgrp \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1