Skip to content

Commit

Permalink
Merge branch 'jb59434_ldso_cache' [#28]
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaodan committed Feb 8, 2024
2 parents cdbddde + 5eea920 commit e32c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sb2
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ write_ld_library_path_replacement_to_exec_config()
# directory names, and remove duplicates:
dirs_in_cache=$($rootdir/sbin/ldconfig --print-cache \
-r "$rootdir" \
-C "$rootdir/etc/ld.so.cache" |
-C '/etc/ld.so.cache' |
sed --regexp-extended -n '/=>/ {s/.*=> (.*)/\1/;s|(.*)/.*$|\1|p}' |
sort | uniq)
ld_library_extras_from_cache=$dirs_in_cache
Expand Down

0 comments on commit e32c40b

Please sign in to comment.