wok rev 18744

zsh: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 25 17:55:12 2015 +0100 (2015-12-25)
parents f432334ec8cf
children 4197dd116ba7
files zsh/receipt
line diff
     1.1 --- a/zsh/receipt	Fri Dec 25 17:07:16 2015 +0100
     1.2 +++ b/zsh/receipt	Fri Dec 25 17:55:12 2015 +0100
     1.3 @@ -18,9 +18,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	./configure --bindir=/bin \
     1.7 -	--disable-dynamic --enable-multibyte \
     1.8 -	--enable-fndir=/usr/share/zsh/functions \
     1.9 -	--enable-scriptdir=/usr/share/zsh/scripts \
    1.10 +		--disable-dynamic --enable-multibyte \
    1.11 +		--enable-fndir=/usr/share/zsh/functions \
    1.12 +		--enable-scriptdir=/usr/share/zsh/scripts \
    1.13 +		--with-tcsetpgrp \
    1.14  	$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16  	make install