# HG changeset patch # User Christophe Lincoln # Date 1306109436 -7200 # Node ID 1596b5b5bd8169c93a864095ba4830e688e1a93c # Parent 42c1899be1f3c983ea3512c5c4979ac0deefe9ea python: seems to not cross as it diff -r 42c1899be1f3 -r 1596b5b5bd81 python/receipt --- a/python/receipt Mon May 23 02:02:36 2011 +0200 +++ b/python/receipt Mon May 23 02:10:36 2011 +0200 @@ -18,7 +18,9 @@ # Fix urllib Security Vulnerability # http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html patch -Np1 -i $stuff/CVE-2011-1521.patch - ./configure --enable-shared --with-ncurses $CONFIGURE_ARGS && + ./configure --enable-shared \ + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && make && make DESTDIR=$DESTDIR install }