X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmpfr;h=f729b8fe2f672c4c71c0c3681be2473bf7191071;hb=abd12bd073dd0be74d97e2f204027f2a4346549a;hp=b4cfc6653f67236c5b79303c7ed9bf5fc38c682d;hpb=908555842cdeb364a5c28ecfc4d901432f6afd33;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/mpfr b/lfs/mpfr index b4cfc6653f..f729b8fe2f 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.1.2 +VER = 3.1.5 THISAPP = mpfr-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e3d203d188b8fe60bb6578dd3152e05c +$(DL_FILE)_MD5 = c4ac246cf9795a4491e7766002cd528f install : $(TARGET) @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \ - --enable-thread-safe --disable-nls + --enable-thread-safe --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)