wok diff zsh/receipt @ rev 19168

Up strace(4.12)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 01 02:52:45 2016 +0300 (2016-06-01)
parents 6fab3264ba87
children 02c70d036ea0
line diff
     1.1 --- a/zsh/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/zsh/receipt	Wed Jun 01 02:52:45 2016 +0300
     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