# HG changeset patch # User Christophe Lincoln # Date 1305844166 -7200 # Node ID 129718f0280811acdb1703e408c20cf0fcbf210b # Parent dd0e8a306fc7366278c5aec728a4d090fccb04e0 elfutils: we want --build and --host diff -r dd0e8a306fc7 -r 129718f02808 elfutils/receipt --- a/elfutils/receipt Thu May 19 21:14:41 2011 +0200 +++ b/elfutils/receipt Fri May 20 00:29:26 2011 +0200 @@ -18,10 +18,8 @@ compile_rules() { cd $src - ./configure && - make && - make check && - make install + ./configure $CONFIGURE_ARGS && + make && make check && make install } # Rules to gen a SliTaz package suitable for Tazpkg.