# HG changeset patch # User Christopher Rogers # Date 1305870307 0 # Node ID c0b6d67ccb7fac893820542a935b96510044ec45 # Parent bfdad5e4caeb51a4fa44c9ebc186487772f8a59c wvstreams: Add $CONFIGURE_ARGS. diff -r bfdad5e4caeb -r c0b6d67ccb7f wvstreams/receipt --- a/wvstreams/receipt Fri May 20 05:39:49 2011 +0000 +++ b/wvstreams/receipt Fri May 20 05:45:07 2011 +0000 @@ -23,10 +23,10 @@ --without-tcl \ --without-qt \ --without-pam \ - --without-valgrind && - + --without-valgrind \ + $CONFIGURE_ARGS && make -j1 && - make -j1 DESTDIR=$PWD/_pkg install + make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.