From 8c4f5f7e458e9154c531ef20182d9e1967af880e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Mon, 25 Apr 2016 19:58:03 +0300 Subject: [PATCH] mpfr: removed not needed config option --- base/mpfr/mpfr.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/base/mpfr/mpfr.conf b/base/mpfr/mpfr.conf index 430bdcbfc..ef92a2faa 100644 --- a/base/mpfr/mpfr.conf +++ b/base/mpfr/mpfr.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../mpfr/mpfr.conf -# Copyright (C) 2006 - 2012 The OpenSDE Project +# Copyright (C) 2006 - 2016 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -20,8 +20,6 @@ # --with-irix64=on/off Irix 32/64 bits support # --with-mulhigh-size=NUM Internal threshold table for mulhigh -var_append patchfiles ' ' "$(match_source_file -p '.*\.patch')" - if atstage toolchain; then var_append extraconfopt ' ' "--with-gmp-include=$( pkgprefix -r includedir gmp )" var_append extraconfopt ' ' "--with-gmp-lib=$( pkgprefix -r libdir gmp )"