Fix elf/tst-tls9-static after libdl cleanups.
commit51a3df5e358f3229b9f4e9ad1721fee591d4d29e
authorStefan Liebler <stli@linux.ibm.com>
Wed, 9 Jun 2021 11:19:51 +0000 (9 13:19 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 9 Jun 2021 11:38:41 +0000 (9 13:38 +0200)
tree8f7e8bea002fdf9a654dad09b2ce65d34145c6b2
parent5a5b48136567de019f35a2996513bd7bbeb8175e
Fix elf/tst-tls9-static after libdl cleanups.

The testcase elf/tst-tls9-static sometimes fails with:
cannot open 'tst-tlsmod5.so': tst-tlsmod5.so: cannot open shared object file: No such file or directory
cannot open 'tst-tlsmod6.so': tst-tlsmod6.so: cannot open shared object file: No such file or directory

After recent commit
6f1c701026287f6928d3bdd1aea7359308635abe
"dlfcn: Cleanups after -ldl is no longer required"
the libdl variable is not set anymore and thus the
dependencies were missing.
elf/Makefile