diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-03 15:23:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-03 15:23:22 +0000 |
commit | 0e0157912972f71045f650a52ae8cb2bd55d3ebf (patch) | |
tree | 7643cf77f8efa0dd0d818254c37751455422fe79 /testing | |
parent | 18376a9bb8167adff53ebb2122b344a9efeb7111 (diff) | |
download | aports-0e0157912972f71045f650a52ae8cb2bd55d3ebf.tar.bz2 aports-0e0157912972f71045f650a52ae8cb2bd55d3ebf.tar.xz |
main/buildfix: do --with-tcsetpgrp
Diffstat (limited to 'testing')
-rw-r--r-- | testing/zsh/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/zsh/APKBUILD b/testing/zsh/APKBUILD index dbb77447fb..bdb885c3b7 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 |