# HG changeset patch # User Christophe Lincoln # Date 1305874734 -7200 # Node ID 61d3b0ce3a2bd7d2a28af8f84546a8176fc0d69f # Parent 002ffd67d6edab5462192b4aaf63b794fc8fe09a flex: cross with CONFIGURE_ARGS diff -r 002ffd67d6ed -r 61d3b0ce3a2b flex/receipt --- a/flex/receipt Fri May 20 06:13:09 2011 +0200 +++ b/flex/receipt Fri May 20 08:58:54 2011 +0200 @@ -15,9 +15,8 @@ compile_rules() { cd $src - ./configure && - make && - make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.