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

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