wok diff zsh/receipt @ rev 12174

ppp: only hide Login/pass from users
author Dominique Corbex <domcox@slitaz.org>
date Sat Mar 24 09:29:55 2012 +0100 (2012-03-24)
parents 3d3465b1f28d
children 191b99ca9dc2
line diff
     1.1 --- a/zsh/receipt	Thu Feb 23 08:52:18 2012 +0100
     1.2 +++ b/zsh/receipt	Sat Mar 24 09:29:55 2012 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  WEB_SITE="http://zsh.sourceforge.net/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  TAGS="shell"
     1.7 +BUGS="Does not support build bot: configure: error: no controlling tty\nTry running configure with --with-tcsetpgrp or --without-tcsetpgrp"
     1.8  
     1.9  DEPENDS="ncurses zlib ncursesw"
    1.10  BUILD_DEPENDS="ncurses-dev zlib-dev"
    1.11 @@ -21,7 +22,7 @@
    1.12  	--disable-dynamic --enable-multibyte \
    1.13  	--enable-fndir=/usr/share/zsh/functions \
    1.14  	--enable-scriptdir=/usr/share/zsh/scripts \
    1.15 -	$CONFIGURE_ARGS < /dev/tty0 &&
    1.16 +	$CONFIGURE_ARGS &&
    1.17  	make &&
    1.18  	make install
    1.19  }