wok diff python/receipt @ rev 10415

automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 07:52:52 2011 +0000 (2011-05-24)
parents 686120919f40
children ba7621a1b976
line diff
     1.1 --- a/python/receipt	Sun May 22 00:49:28 2011 +0000
     1.2 +++ b/python/receipt	Tue May 24 07:52:52 2011 +0000
     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