CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / libmpc / Pkgfile
index 3561a2dc55be94e90949c60dde73cdf31e04ada1..0d2066119833c17898a012a8849a5402827cd50c 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libmpfr
 
 name=libmpc
-version=1.0.2
+version=1.0.3
 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