Remove left over LD_LIBRARY_VERSION usages

The environment variable was removed by
d2db60d8d8.
This commit is contained in:
Adhemerval Zanella 2022-08-02 10:08:57 -03:00
parent 8fabe0e632
commit 5a57ad23ba
5 changed files with 0 additions and 11 deletions

View File

@ -8,4 +8,3 @@
fi\ fi\
# In case of an error punt. # In case of an error punt.
/LD_TRACE_LOADED_OBJECTS=1/a\ /LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"

View File

@ -1,6 +1,3 @@
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
# ldd is generated from elf/ldd.bash.in with the name # ldd is generated from elf/ldd.bash.in with the name
# of ld.so as generated in Makeconfig # of ld.so as generated in Makeconfig

View File

@ -1,6 +1,3 @@
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
# ldd is generated from elf/ldd.bash.in with the name # ldd is generated from elf/ldd.bash.in with the name
# of ld.so as generated in Makeconfig # of ld.so as generated in Makeconfig

View File

@ -1,3 +1 @@
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\.so\.[0-9.]*\)[ ]*$_\1"\2\4 \264\4"_ s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\.so\.[0-9.]*\)[ ]*$_\1"\2\4 \264\4"_

View File

@ -1,3 +1 @@
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
s_^\(RTLDLIST=\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.so\.[0-9.]*\)[ ]*$_\1"\2\4\6 \264\4-x86-64\6 \2x32\4-x32\6"_ s_^\(RTLDLIST=\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.so\.[0-9.]*\)[ ]*$_\1"\2\4\6 \264\4-x86-64\6 \2x32\4-x32\6"_