X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmpfr;h=2c6a5a6d9fce3b1a6809d63f682491b6ddf67c99;hb=9d6e22e3fcbbac6a082ba11d1720718a58101f69;hp=f729b8fe2f672c4c71c0c3681be2473bf7191071;hpb=203601bf686a3248f4a807d728ed53bc7c499e0d;p=ipfire-2.x.git diff --git a/lfs/mpfr b/lfs/mpfr index f729b8fe2f..2c6a5a6d9f 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 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 # @@ -71,7 +71,8 @@ $(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 + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)