From 1e98f68837f64657bc2d80efa19eb6acb0c11040 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Tue, 19 Nov 2013 20:29:45 -0600 Subject: 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. --- bin/revdep-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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="" -- cgit v1.2.3