From 0f61cd4b9c5175c128311769df932c8d7694d6b6 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 19 Apr 2023 18:17:20 -0300 Subject: malloc: Add missing shared thread library flags So tst-memalign-3 builds on Hurd. --- malloc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'malloc') diff --git a/malloc/Makefile b/malloc/Makefile index 071dfdb9d8..f4cae2538c 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 -- cgit 1.4.1