wok rev 10365

file: can't cross (use default)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 02:14:50 2011 +0200 (2011-05-23)
parents 1596b5b5bd81
children 0f1c57a860ef
files file/receipt
line diff
     1.1 --- a/file/receipt	Mon May 23 02:10:36 2011 +0200
     1.2 +++ b/file/receipt	Mon May 23 02:14:50 2011 +0200
     1.3 @@ -10,12 +10,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
     1.6  WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
     1.7 +CROSS="bug"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13 -	./configure --datarootdir=/usr/share $CONFIGURE_ARGS &&
    1.14 +	./configure \
    1.15 +		--datarootdir=/usr/share \
    1.16 +		--build=$HOST_SYSTEM \
    1.17 +		--host=$HOST_SYSTEM &&
    1.18  	make &&	make install
    1.19  }
    1.20