wok-next rev 10033
libtool: we want to cross compile it
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 20 03:09:27 2011 +0200 (2011-05-20) |
parents | 311258b900d3 |
children | 6cb60b6aa19f |
files | libtool/receipt |
line diff
1.1 --- a/libtool/receipt Fri May 20 02:53:18 2011 +0200 1.2 +++ b/libtool/receipt Fri May 20 03:09:27 2011 +0200 1.3 @@ -15,8 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr \ 1.8 - --enable-shared && make && make DESTDIR=$PWD/_pkg install 1.9 + ./configure --enable-shared $CONFIGURE_ARGS && 1.10 + make && make install 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.