X-Git-Url: http://gitweb/?a=blobdiff_plain;f=automake%2FPkgfile;h=8cff6f911c5413c216629bb0a2fb41ba74b8d1a1;hb=93c27dff84a2054070b5156517bd40f43e88cb00;hp=858c6838ce66d6cb6a13b8926c85ab5fe83f7b8a;hpb=45dc2403874eb3b6cde8318b277b47a54e3c3349;p=crossrootfs.git diff --git a/automake/Pkgfile b/automake/Pkgfile index 858c683..8cff6f9 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -5,14 +5,16 @@ # Depends on: gawk autoconf name=automake -version=1.14 +version=1.14.1 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build () { cd $name-$version - ./configure --prefix=/usr \ + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ --mandir=/usr/man make