CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated to 2.25-2
[crossrootfs.git] / libmpc / Pkgfile
index 3561a2dc55be94e90949c60dde73cdf31e04ada1..653bcbdedf55af137dcae6bfb747420a3e869512 100644 (file)
@@ -5,15 +5,17 @@
 # Depends on: libmpfr
 
 name=libmpc
-version=1.0.2
+version=1.1.0
 release=1
-source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz)
+source=(https://ftp.gnu.org/gnu/mpc/mpc-$version.tar.gz)
 
 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