CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-pages: updated to 4.16
[crossrootfs.git] / libmpc / Pkgfile
index ad82884c1dfbf73e4db5d6bc090fcc098cc98cde..6f5862e59326542780f69e45cd9d1f34f5e1bc1c 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libmpfr
 
 name=libmpc
-version=1.0.1
+version=1.1.0
 release=1
 source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz)
 
@@ -13,7 +13,9 @@ build() {
   cd mpc-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr
+              --prefix=/usr \
+              --with-sysroot=$CLFS
+
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share