CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ncurses: updated to 6.1. Disabled stripping
[crossrootfs.git] / autoconf / Pkgfile
index 21f9163d33169bd95d6b07cceec8ad5a6c43ff80..7f697d03500e03fbafa22dd51f419b391895cf6b 100644 (file)
@@ -7,11 +7,13 @@
 name=autoconf
 version=2.69
 release=2
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
-  ./configure --prefix=/usr
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
   make
   make prefix=$PKG/usr install
   rm -r $PKG/usr/share/info