wok diff python/receipt @ rev 10434

grub4dos: fix path to lib (no more i386-pc but i386-slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:43:57 2011 +0200 (2011-05-25)
parents 686120919f40
children ba7621a1b976
line diff
     1.1 --- a/python/receipt	Sun May 22 00:49:28 2011 +0000
     1.2 +++ b/python/receipt	Wed May 25 00:43:57 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