# HG changeset patch # User Christophe Lincoln # Date 1306109690 -7200 # Node ID 8035dc12d8e32639e6c59e748d2aaab1bd46006a # Parent 1596b5b5bd8169c93a864095ba4830e688e1a93c file: can't cross (use default) diff -r 1596b5b5bd81 -r 8035dc12d8e3 file/receipt --- a/file/receipt Mon May 23 02:10:36 2011 +0200 +++ b/file/receipt Mon May 23 02:14:50 2011 +0200 @@ -10,12 +10,16 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL" +CROSS="bug" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --datarootdir=/usr/share $CONFIGURE_ARGS && + ./configure \ + --datarootdir=/usr/share \ + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && make && make install }