patches/binutils/2.20/110-RPATH_ENVVAR-smack.patch
author Arnaud Lacombe <lacombar@gmail.com>
Thu Aug 05 17:59:51 2010 +0200 (2010-08-05)
changeset 2069 366bd2b22675
parent 1614 3f76cdbceb6e
permissions -rw-r--r--
complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0

This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
     1 http://sourceware.org/ml/binutils/2007-07/msg00401.html
     2 http://sourceware.org/bugzilla/show_bug.cgi?id=4970
     3 
     4 --- binutils/configure
     5 +++ binutils/configure
     6 @@ -5601,6 +5601,7 @@ case "${host}" in
     7    *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
     8    *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
     9  esac
    10 +RPATH_ENVVAR="cant_touch_this_nah_nah_nah"
    11  
    12  # On systems where the dynamic library environment variable is PATH,
    13  if test "$RPATH_ENVVAR" = PATH; then