summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-23 16:27:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-23 16:27:19 +0000
commit051a05131993e81a088ceaa32823ce7c2eba7fbe (patch)
treeb7bd7e033bf92858db04a7d38bfeed6aa5a06894 /eclass/ELT-patches
parentStable on ppc. (diff)
downloadgentoo-2-051a05131993e81a088ceaa32823ce7c2eba7fbe.tar.gz
gentoo-2-051a05131993e81a088ceaa32823ce7c2eba7fbe.tar.bz2
gentoo-2-051a05131993e81a088ceaa32823ce7c2eba7fbe.zip
Add patch to fix kde's fast-install support in libtool, to fix problems reported by truedfx and others.
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/kde-fastinstall/3.5.020
1 files changed, 20 insertions, 0 deletions
diff --git a/eclass/ELT-patches/kde-fastinstall/3.5.0 b/eclass/ELT-patches/kde-fastinstall/3.5.0
new file mode 100644
index 000000000000..8d4e5aa23988
--- /dev/null
+++ b/eclass/ELT-patches/kde-fastinstall/3.5.0
@@ -0,0 +1,20 @@
+--- ltmain.sh
++++ ltmain.sh
+@@ -3532,7 +3532,7 @@
+ hardcode_libdirs=
+ dep_rpath=
+ rpath="$finalize_rpath"
+- test "$mode" != relink && test "$fast_install" = no && rpath="$compile_rpath$rpath"
++ test "$mode" != relink && rpath="$compile_rpath$rpath"
+ for libdir in $rpath; do
+ if test -n "$hardcode_libdir_flag_spec"; then
+ if test -n "$hardcode_libdir_separator"; then
+@@ -5241,7 +5241,7 @@
+
+ # Directory that this library needs to be installed in:
+ libdir='$install_libdir'"
+- if test "$installed" = no && test "$need_relink" = yes && test "$fast_install" = no; then
++ if test "$installed" = no && test "$need_relink" = yes; then
+ $echo >> $output "\
+ relink_command=\"$relink_command\""
+ fi