]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
mpfr: Update to 3.0.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jun 2010 10:57:42 +0000 (12:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jun 2010 10:57:42 +0000 (12:57 +0200)
pkgs/core/mpfr/mpfr.nm

index 29d1eba365fb5b49fd363e824218876f04bbf142..a272f2906b44789f890649bb15fc0b500b5eb647 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = mpfr
-PKG_VER        = 2.4.2
+PKG_VER        = 3.0.0
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -45,7 +45,7 @@ define PKG_DESCRIPTION
        library.
 endef
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+PKG_TARBALL    = $(THISAPP).tar.gz
 
 ifeq "$(MACHINE)" "x86_64"
        ABI = 64
@@ -53,20 +53,7 @@ else
        ABI = 32
 endif
 
-###############################################################################
-# Installation Details
-###############################################################################
-
-define STAGE_BUILD
-       cd $(DIR_APP) && \
-               mpfr_cv_working_tls=yes \
-               ./configure \
-                       --prefix=/usr \
-                       --enable-thread-safe \
-                       --disable-static
-
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
+CONFIGURE_OPTIONS += --enable-thread-safe
 
 define STAGE_TEST
        cd $(DIR_APP) && make check