wok-stable diff gegl/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 5f408eae7042
children
line diff
     1.1 --- a/gegl/receipt	Wed May 11 23:22:19 2011 +0200
     1.2 +++ b/gegl/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -26,7 +26,8 @@
     1.4  		--without-graphviz \
     1.5  		--without-lua \
     1.6  		--without-libavformat \
     1.7 -		--without-libv4l &&
     1.8 +		--without-libv4l \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12