Browse Source

mpfr: changed to pass LDFLAGS through configprefix for hardcoding gmp library path at toolchain stage

user/karasz/firmware
Christian Wiese 12 years ago
parent
commit
1c494f409a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      base/mpfr/mpfr.conf

+ 1
- 0
base/mpfr/mpfr.conf

@ -25,4 +25,5 @@ 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 )"
var_append configprefix ' ' LDFLAGS="-Wl,-rpath,$( pkgprefix -r libdir gmp )"
fi

Loading…
Cancel
Save