# HG changeset patch # User Christopher Rogers # Date 1318475980 0 # Node ID 9c5e2fdf739d1aa64f314d073fe6c532856de75e # Parent 8c782f58bfc3df710d7dde9c330b4dab2f235528 gettext: Compile with $CONFIGURE_ARGS. diff -r 8c782f58bfc3 -r 9c5e2fdf739d gettext/receipt --- a/gettext/receipt Thu Oct 13 03:18:30 2011 +0000 +++ b/gettext/receipt Thu Oct 13 03:19:40 2011 +0000 @@ -32,7 +32,7 @@ compile_rules() { cd $src - ./configure && make && make install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.