wok-6.x rev 10327
python: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 00:49:28 2011 +0000 (2011-05-22) |
parents | 704351b90408 |
children | f88e20186ec4 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Sun May 22 00:48:18 2011 +0000 1.2 +++ b/python/receipt Sun May 22 00:49:28 2011 +0000 1.3 @@ -18,9 +18,8 @@ 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 && 1.8 - make && 1.9 - make DESTDIR=$DESTDIR install 1.10 + ./configure --enable-shared --with-ncurses $CONFIGURE_ARGS && 1.11 + make && make DESTDIR=$DESTDIR install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg.