]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
malloc: Add missing shared thread library flags
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 19 Apr 2023 21:17:20 +0000 (18:17 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 20 Apr 2023 13:40:54 +0000 (10:40 -0300)
So tst-memalign-3 builds on Hurd.

malloc/Makefile

index 071dfdb9d81bb21ef67054ff14ddeaf78a3ab7c2..f4cae2538c5bf354e5b646d7c7f55f390983f807 100644 (file)
@@ -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