wok-next diff a2ps/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 757d032c55c7
children
line diff
     1.1 --- a/a2ps/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/a2ps/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -12,13 +12,15 @@
     1.4  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="gperf"
     1.7 +COOKOPTS="skip-log-errors"
     1.8  
     1.9  compile_rules() {
    1.10  	# Be busybox sort compatible
    1.11  	sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
    1.12  
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14 -	make 2>&1 | grep -v fonts.map.new &&
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17  	make install || return 1
    1.18  
    1.19  	sed -i 's/^FileCommand/#FileCommand/' $install/etc/a2ps.cfg