CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libmpc: updated to 1.0.3
authorVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 11:53:31 +0000 (11:53 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 11:53:31 +0000 (11:53 +0000)
libmpc/.md5sum
libmpc/Pkgfile

index eed52719239ed690b87297ca9e54d02348edf4e7..7b100cb57ef9145fd87d08bcde2ea0170cc95977 100644 (file)
@@ -1 +1 @@
-68fadff3358fb3e7976c7a398a0af4c3  mpc-1.0.2.tar.gz
+d6a1d5f8ddea3abd2cc3e98f58352d26  mpc-1.0.3.tar.gz
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