wok diff ncursesw/receipt @ rev 19706

audit: disable some preinstalled packages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 22:13:07 2017 +0100 (2017-02-14)
parents 23c3aed67cd9
children a78610b2eb47
line diff
     1.1 --- a/ncursesw/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/ncursesw/receipt	Tue Feb 14 22:13:07 2017 +0100
     1.3 @@ -44,6 +44,7 @@
     1.4  		--without-ada \
     1.5  		--enable-widec \
     1.6  		--with-build-cc="gcc -D_GNU_SOURCE" \
     1.7 +		--enable-pc-files \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make && make install
    1.10  }