File source-64.dif of Package texlive
--- texk/configure
+++ texk/configure 2009-07-31 16:36:53.221901582 +0200
@@ -8228,6 +8228,10 @@ linux-gnu*)
# most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use.
+ if test -n "$ARCH_LIB" ; then
+ sys_lib_search_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ sys_lib_dlsearch_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ fi
dynamic_linker='GNU/Linux ld.so'
;;
--- texk/libtool.m4
+++ texk/libtool.m4 2009-07-31 16:37:03.837902864 +0200
@@ -2201,6 +2201,10 @@ linux-gnu*)
# most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use.
+ if test -n "$ARCH_LIB" ; then
+ sys_lib_search_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ sys_lib_dlsearch_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ fi
dynamic_linker='GNU/Linux ld.so'
;;