]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed compiling with -fpic for mpfr.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 10:04:22 +0000 (11:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 10:04:22 +0000 (11:04 +0100)
lfs/mpfr

index b8b6ecdf81548c7e239d74cd40162c7415c3d45e..12d7bde44536c6cf82e0fffc8a989a89290034fc 100644 (file)
--- 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 \