wok-stable diff gnu-netcat/receipt @ rev 11720

Back to 23.3. Broken build on BB, although it's ok in my chrooted env
author Dominique Corbex <domcox@slitaz.org>
date Mon Feb 20 17:53:47 2012 +0100 (2012-02-20)
parents 56ba45d3afea
children
line diff
     1.1 --- a/gnu-netcat/receipt	Sat Apr 02 10:25:54 2011 +0000
     1.2 +++ b/gnu-netcat/receipt	Mon Feb 20 17:53:47 2012 +0100
     1.3 @@ -16,7 +16,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --mandir=/usr/share/man \
     1.7 -		--infodir=/usr/share/info &&
     1.8 +		--infodir=/usr/share/info \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12