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

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