# HG changeset patch # User Christophe Lincoln # Date 1305876174 -7200 # Node ID 8f67d8f939903cfab87bb6bb6fc34d4a974be248 # Parent 04f951ebdb85dbcfcca51ef561a42399be5f3800 make: add CONFIGURE_ARGS diff -r 04f951ebdb85 -r 8f67d8f93990 make/receipt --- a/make/receipt Fri May 20 09:01:13 2011 +0200 +++ b/make/receipt Fri May 20 09:22:54 2011 +0200 @@ -20,7 +20,8 @@ patch -Np1 -i $stuff/bug30612.patch # http://savannah.gnu.org/bugs/?30723 patch -Np1 -i $stuff/bug30723.patch - ./configure && make && make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.