Browse Source

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

user/chris/toolchain/0.3
Christian Wiese 12 years ago
parent
commit
b6b4d3ac9c
  1. 1
      base/mpfr/mpfr.conf

1
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