]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix elf/tst-audit25a with default bind now toolchains
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 2 Feb 2022 14:03:58 +0000 (14:03 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 2 Feb 2022 14:03:58 +0000 (14:03 +0000)
This test relies on lazy binding for the executable so request that
explicitly in case the toolchain defaults to bind now.

elf/Makefile

index e380b26d8adfc31202763f8a9484c5b4ca784d5d..5bdf0a383d6b957a7f2db67fb9b54b53797889cd 100644 (file)
@@ -2227,6 +2227,7 @@ $(objpfx)tst-audit25a: $(objpfx)tst-audit25mod1.so \
                       $(objpfx)tst-audit25mod2.so \
                       $(objpfx)tst-audit25mod3.so \
                       $(objpfx)tst-audit25mod4.so
+LDFLAGS-tst-audit25a = -Wl,-z,lazy
 $(objpfx)tst-audit25mod1.so: $(objpfx)tst-audit25mod3.so
 LDFLAGS-tst-audit25mod1.so = -Wl,-z,now
 $(objpfx)tst-audit25mod2.so: $(objpfx)tst-audit25mod4.so