wok-stable diff pygtk/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 d7f32ea18552
children 8e4c74abdf74
line diff
     1.1 --- a/pygtk/receipt	Sat May 14 23:13:35 2011 +0200
     1.2 +++ b/pygtk/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4  	cd $src
     1.5  	#https://bugzilla.gnome.org/show_bug.cgi?id=623965
     1.6  	patch -Np1 -i $stuff/python27.patch
     1.7 -	./configure --disable-docs &&
     1.8 +	./configure --disable-docs $CONFIGURE_ARGS &&
     1.9  	make -j 4 && make install
    1.10  }
    1.11