# HG changeset patch # User Christopher Rogers # Date 1306130042 0 # Node ID 246a832a3ec1634d2e8938259e31a8f3c6593533 # Parent 27c164307b3206ac6e705f1b2235c6c8e59c2984 m4: Forgot to add --build and --host. diff -r 27c164307b32 -r 246a832a3ec1 m4/receipt --- a/m4/receipt Mon May 23 03:47:48 2011 +0200 +++ b/m4/receipt Mon May 23 05:54:02 2011 +0000 @@ -5,17 +5,18 @@ CATEGORY="development" SHORT_DESC="GNU traditional Unix macro processor." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="gcc" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/m4/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="gcc" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure $CONFIGURE_ARGS && + ./configure --build=$HOST_SYSTEM --host=$HOST_SYSTEM && make && make install }