blob: 17decbecc14401f9c149c80882d30c5237246ce1 [file] [log] [blame]
--- a/configure 2021-02-16 18:32:35.170626247 -0800
+++ b/configure 2021-02-16 18:32:42.338569211 -0800
@@ -26055,7 +26055,7 @@
if test "$cross_compiling" != yes ; then
# GNU binutils' ld does not involve permissions which may stop ldconfig.
-cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g' -e 's/"[)];//gp' | sort -u`
+cf_pathlist=`${LD} --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g' -e 's/"[)];//gp' | sort -u`
# The -NX options tell newer versions of Linux ldconfig to not attempt to
# update the cache, which makes it run faster.