# HG changeset patch # User Pascal Bellard # Date 1451062512 -3600 # Node ID 510d209b062d6234f455f4268e0e1d2e292a46ce # Parent f432334ec8cf12bfb058f8f3fa2d6908ed3b13bc zsh: fix build diff -r f432334ec8cf -r 510d209b062d zsh/receipt --- a/zsh/receipt Fri Dec 25 17:07:16 2015 +0100 +++ b/zsh/receipt Fri Dec 25 17:55:12 2015 +0100 @@ -18,9 +18,10 @@ compile_rules() { ./configure --bindir=/bin \ - --disable-dynamic --enable-multibyte \ - --enable-fndir=/usr/share/zsh/functions \ - --enable-scriptdir=/usr/share/zsh/scripts \ + --disable-dynamic --enable-multibyte \ + --enable-fndir=/usr/share/zsh/functions \ + --enable-scriptdir=/usr/share/zsh/scripts \ + --with-tcsetpgrp \ $CONFIGURE_ARGS && make && make install