CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
file: updated to 5.29
[crossrootfs.git] / libmpc / Pkgfile
index bd3bfd61ce8193af80fb7d342f9eb73b516a6583..0d2066119833c17898a012a8849a5402827cd50c 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libmpfr
 
 name=libmpc
-version=0.9
+version=1.0.3
 release=1
 source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz)
 
@@ -14,7 +14,8 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              EGREP=egrep
+              --with-sysroot=$CLFS
+
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share