Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186342 | Differences between
and this patch

Collapse All | Expand All

(-)gtk+-2.10.14/libtool (-3 / +1 lines)
Lines 287-293 shlibpath_overrides_runpath=no Link Here
287
hardcode_action=immediate
287
hardcode_action=immediate
288
288
289
# Whether we should hardcode library paths into libraries.
289
# Whether we should hardcode library paths into libraries.
290
hardcode_into_libs=yes
290
hardcode_into_libs=no
291
291
292
# Flag to hardcode $libdir into a binary during linking.
292
# Flag to hardcode $libdir into a binary during linking.
293
# This must work even if $libdir does not exist.
293
# This must work even if $libdir does not exist.
Lines 3175-3182 EOF Link Here
3175
	        add="$libdir/$linklib"
3175
	        add="$libdir/$linklib"
3176
	      fi
3176
	      fi
3177
	    else
3177
	    else
3178
	      # We cannot seem to hardcode it, guess we'll fake it.
3179
	      add_dir="-L$libdir"
3180
	      # Try looking first in the location we're being installed to.
3178
	      # Try looking first in the location we're being installed to.
3181
	      if test -n "$inst_prefix_dir"; then
3179
	      if test -n "$inst_prefix_dir"; then
3182
		case $libdir in
3180
		case $libdir in

Return to bug 186342