2012-03-20 14:12:33 +00:00
|
|
|
diff -up libtasn1-2.12/configure.rpath libtasn1-2.12/configure
|
|
|
|
--- libtasn1-2.12/configure.rpath 2012-03-19 10:14:43.000000000 +0100
|
|
|
|
+++ libtasn1-2.12/configure 2012-03-20 15:07:06.555041791 +0100
|
|
|
|
@@ -11373,7 +11373,7 @@ shlibpath_var=
|
2010-01-28 12:58:40 +00:00
|
|
|
shlibpath_overrides_runpath=unknown
|
|
|
|
version_type=none
|
|
|
|
dynamic_linker="$host_os ld.so"
|
|
|
|
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
|
|
|
+sys_lib_dlsearch_path_spec="/lib /usr/lib /lib64 /usr/lib64"
|
|
|
|
need_lib_prefix=unknown
|
|
|
|
hardcode_into_libs=no
|
|
|
|
|
2012-03-20 14:12:33 +00:00
|
|
|
@@ -11771,7 +11771,7 @@ fi
|
2010-01-28 12:58:40 +00:00
|
|
|
# Append ld.so.conf contents to the search path
|
|
|
|
if test -f /etc/ld.so.conf; then
|
2012-03-20 14:12:33 +00:00
|
|
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
|
2010-01-28 12:58:40 +00:00
|
|
|
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
|
|
|
+ sys_lib_dlsearch_path_spec="/lib /usr/lib /lib64 /usr/lib64 $lt_ld_extra"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# We used to test for /lib/ld.so.1 and disable shared libraries on
|