From: Michael Tremer Date: Thu, 26 Mar 2009 10:04:22 +0000 (+0100) Subject: Fixed compiling with -fpic for mpfr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=821ef4b00649db4b36de86648c04609f86a1c773;p=ipfire-3.x.git Fixed compiling with -fpic for mpfr. --- diff --git a/lfs/mpfr b/lfs/mpfr index b8b6ecdf8..12d7bde44 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -54,6 +54,7 @@ $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ + mpfr_cv_working_tls=yes \ ./configure \ $(CONFIGURE_ARCH) \ --prefix=/usr \