wok-next diff python/receipt @ rev 10322
evas: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 00:10:49 2011 +0000 (2011-05-22) |
parents | 02bbaa9d12ba |
children | 686120919f40 |
line diff
1.1 --- a/python/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/python/receipt Sun May 22 00:10:49 2011 +0000 1.3 @@ -15,6 +15,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # Fix urllib Security Vulnerability 1.8 + # http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html 1.9 + patch -Np1 -i $stuff/CVE-2011-1521.patch 1.10 ./configure --enable-shared --with-ncurses && 1.11 make && 1.12 make DESTDIR=$DESTDIR install