# HG changeset patch # User Christopher Rogers # Date 1306025368 0 # Node ID 686120919f4082ef63d02374362d02886981770b # Parent 704351b904080a1b48460fa8a8a66134e93862e5 python: Add $CONFIGURE_ARGS. diff -r 704351b90408 -r 686120919f40 python/receipt --- a/python/receipt Sun May 22 00:48:18 2011 +0000 +++ b/python/receipt Sun May 22 00:49:28 2011 +0000 @@ -18,9 +18,8 @@ # 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 && - make && - make DESTDIR=$DESTDIR install + ./configure --enable-shared --with-ncurses $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.