Blame SOURCES/gcc49-libtool-no-rpath.patch

72e591
libtool sucks.
72e591
--- ltmain.sh.jj	2007-12-07 14:53:21.000000000 +0100
72e591
+++ ltmain.sh	2008-09-05 21:51:48.000000000 +0200
72e591
@@ -5394,6 +5394,7 @@ EOF
72e591
 	  rpath="$finalize_rpath"
72e591
 	  test "$mode" != relink && rpath="$compile_rpath$rpath"
72e591
 	  for libdir in $rpath; do
72e591
+	    case "$libdir" in /usr/lib|/usr/lib64|/usr/lib/../lib|/usr/lib/../lib64) continue;; esac
72e591
 	    if test -n "$hardcode_libdir_flag_spec"; then
72e591
 	      if test -n "$hardcode_libdir_separator"; then
72e591
 		if test -z "$hardcode_libdirs"; then
72e591
@@ -6071,6 +6072,7 @@ EOF
72e591
       rpath=
72e591
       hardcode_libdirs=
72e591
       for libdir in $compile_rpath $finalize_rpath; do
72e591
+	case "$libdir" in /usr/lib|/usr/lib64|/usr/lib/../lib|/usr/lib/../lib64) continue;; esac
72e591
 	if test -n "$hardcode_libdir_flag_spec"; then
72e591
 	  if test -n "$hardcode_libdir_separator"; then
72e591
 	    if test -z "$hardcode_libdirs"; then
72e591
@@ -6120,6 +6122,7 @@ EOF
72e591
       rpath=
72e591
       hardcode_libdirs=
72e591
       for libdir in $finalize_rpath; do
72e591
+	case "$libdir" in /usr/lib|/usr/lib64|/usr/lib/../lib|/usr/lib/../lib64) continue;; esac
72e591
 	if test -n "$hardcode_libdir_flag_spec"; then
72e591
 	  if test -n "$hardcode_libdir_separator"; then
72e591
 	    if test -z "$hardcode_libdirs"; then