patches/binutils/2.19/110-RPATH_ENVVAR-smack.patch
changeset 2663 7179903f8d2e
parent 2662 e7266674d492
child 2664 346263a07115
     1.1 --- a/patches/binutils/2.19/110-RPATH_ENVVAR-smack.patch	Sun Sep 11 18:28:45 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,17 +0,0 @@
     1.4 -Original patch from Gentoo:
     1.5 -gentoo/src/patchsets/binutils/2.19/08_all_binutils-RPATH_ENVVAR-smack.patch
     1.6 -
     1.7 -http://sourceware.org/ml/binutils/2007-07/msg00401.html
     1.8 -http://sourceware.org/bugzilla/show_bug.cgi?id=4970
     1.9 -
    1.10 -diff -durN binutils-2.19.orig/configure binutils-2.19/configure
    1.11 ---- binutils-2.19.orig/configure	2008-09-04 04:18:16.000000000 +0200
    1.12 -+++ binutils-2.19/configure	2008-11-23 16:22:02.000000000 +0100
    1.13 -@@ -5601,6 +5601,7 @@
    1.14 -   *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
    1.15 -   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
    1.16 - esac
    1.17 -+RPATH_ENVVAR="cant_touch_this_nah_nah_nah"
    1.18 - 
    1.19 - # On systems where the dynamic library environment variable is PATH,
    1.20 - if test "$RPATH_ENVVAR" = PATH; then