# HG changeset patch # User Christophe Lincoln # Date 1305853767 -7200 # Node ID ac4274a26d940b10315b62b6155bc04a47684e0c # Parent 311258b900d3358a6291ced2f5d5943e6217dcd6 libtool: we want to cross compile it diff -r 311258b900d3 -r ac4274a26d94 libtool/receipt --- a/libtool/receipt Fri May 20 02:53:18 2011 +0200 +++ b/libtool/receipt Fri May 20 03:09:27 2011 +0200 @@ -15,8 +15,8 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - --enable-shared && make && make DESTDIR=$PWD/_pkg install + ./configure --enable-shared $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.