wok diff ntop/receipt @ rev 16135

evas need eina as dep/bdep
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 25 23:18:08 2014 +0100 (2014-03-25)
parents 2b9f96603415
children 9689f1b75619
line diff
     1.1 --- a/ntop/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/ntop/receipt	Tue Mar 25 23:18:08 2014 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  	./autogen.sh --prefix=/usr	\
     1.5  		--sysconfdir=/etc \
     1.6  		--localstatedir=/var/lib \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS 2>&1 | grep -v 'grep: libtool:' &&
     1.9  	make && make install
    1.10  	#~ && make install-data-as
    1.11  }