CRUX-ARM : Home

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