wok-current diff python/receipt @ rev 10486
ptunnel: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 12:59:19 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 12:59:19 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