aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2013-11-19 20:29:45 -0600
committerPaul Varner <fuzzyray@gentoo.org>2013-11-19 20:29:45 -0600
commit1e98f68837f64657bc2d80efa19eb6acb0c11040 (patch)
tree3f2ea19716c6f65d5954bc07fd65831bfd775193 /bin
parenteuse: use portageq for get_portdir function unconditionally. (diff)
downloadgentoolkit-1e98f68837f64657bc2d80efa19eb6acb0c11040.tar.gz
gentoolkit-1e98f68837f64657bc2d80efa19eb6acb0c11040.tar.bz2
gentoolkit-1e98f68837f64657bc2d80efa19eb6acb0c11040.zip
revdep-rebuild.sh: Change la_SEARCH_DIRS to use the library paths from
ld.so.conf. (Bug 491658) la_SEARCH_DIRS was using SEARCH_DIRS to locate libraries in .la files. This is incorrect, it should be using the standard library path.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/revdep-rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh
index 09f5135..8cf9f79 100755
--- a/bin/revdep-rebuild.sh
+++ b/bin/revdep-rebuild.sh
@@ -787,7 +787,7 @@ main_checks() {
fi
elif [[ $SEARCH_BROKEN ]]; then
# Look for broken .la files
- la_SEARCH_DIRS="$SEARCH_DIRS"
+ la_SEARCH_DIRS="$(parse_ld_so_conf)"
la_search_dir=""
la_broken=""
la_lib=""