From: Szabolcs Nagy Date: Wed, 2 Feb 2022 14:03:58 +0000 (+0000) Subject: Fix elf/tst-audit25a with default bind now toolchains X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fcodonell%2Fld-audit;p=thirdparty%2Fglibc.git Fix elf/tst-audit25a with default bind now toolchains This test relies on lazy binding for the executable so request that explicitly in case the toolchain defaults to bind now. (cherry picked from commit 80a08d0faa9b224019f895800c4d97de4e23e1aa) --- diff --git a/elf/Makefile b/elf/Makefile index 8a524a7f6a4..89021fb4dce 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2089,6 +2089,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