wok rev 10364

python: seems to not cross as it
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 02:10:36 2011 +0200 (2011-05-23)
parents 42c1899be1f3
children 8035dc12d8e3
files python/receipt
line diff
     1.1 --- a/python/receipt	Mon May 23 02:02:36 2011 +0200
     1.2 +++ b/python/receipt	Mon May 23 02:10:36 2011 +0200
     1.3 @@ -18,7 +18,9 @@
     1.4  	# Fix urllib Security Vulnerability
     1.5  	# http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html
     1.6  	patch -Np1 -i $stuff/CVE-2011-1521.patch
     1.7 -	./configure --enable-shared --with-ncurses $CONFIGURE_ARGS &&
     1.8 +	./configure --enable-shared \
     1.9 +		--build=$HOST_SYSTEM \
    1.10 +		--host=$HOST_SYSTEM &&
    1.11  	make &&	make DESTDIR=$DESTDIR install
    1.12  }
    1.13