X-Git-Url: http://gitweb/?a=blobdiff_plain;f=automake%2FPkgfile;h=5debbf6b69cb7ce4144903f9b8d9f089dc7ad43d;hb=b12bbc2f7bb08f48bf1685031b6cc4476a93188d;hp=68f9b35f89f777d4e8356be9c2f7899f0639dc57;hpb=0885445d084b79b55f8dfc14e66116f8606bacaa;p=crossrootfs.git diff --git a/automake/Pkgfile b/automake/Pkgfile index 68f9b35..5debbf6 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -5,14 +5,16 @@ # Depends on: gawk autoconf name=automake -version=1.12.4 +version=1.13.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