wok rev 10372

m4: Forgot to add --build and --host.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 23 05:54:02 2011 +0000 (2011-05-23)
parents 27c164307b32
children 7bbb04ca403e
files m4/receipt
line diff
     1.1 --- a/m4/receipt	Mon May 23 03:47:48 2011 +0200
     1.2 +++ b/m4/receipt	Mon May 23 05:54:02 2011 +0000
     1.3 @@ -5,17 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU traditional Unix macro processor."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="gcc"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/m4/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +BUILD_DEPENDS="gcc"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	./configure $CONFIGURE_ARGS &&
    1.21 +	./configure --build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
    1.22  	make && make install
    1.23  }
    1.24