From: Adhemerval Zanella Date: Wed, 19 Apr 2023 21:17:20 +0000 (-0300) Subject: malloc: Add missing shared thread library flags X-Git-Tag: glibc-2.38~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f61cd4b9c5175c128311769df932c8d7694d6b6;p=thirdparty%2Fglibc.git malloc: Add missing shared thread library flags So tst-memalign-3 builds on Hurd. --- diff --git a/malloc/Makefile b/malloc/Makefile index 071dfdb9d81..f4cae2538c5 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -352,6 +352,7 @@ $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library) $(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library) $(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-memalign-3: $(shared-thread-library) tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so