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

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