git-tst-system
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 17 Oct 2023 12:00:24 +0000 (13:00 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 17 Oct 2023 12:00:24 +0000 (13:00 +0100)
commita73b21473c404c08ea14ee3211d3714f60ee8a61
tree36a6791d84c8a73b1f1cd42906c6a1bb08f3ec54
parentd242b572e267f882e71cdd6a9d1629d49b8315ba
git-tst-system

commit d03094649d39949a30513bf3ffb03a28fecbccd8
Author: Adam Yi <ayi@janestreet.com>
Date:   Wed Mar 8 03:11:47 2023 -0500

    hurd: fix build of tst-system.c

    We made tst-system.c depend on pthread, but that requires linking with
    $(shared-thread-library). It does not fail under Linux because the
    variable expands to nothing under Linux, but it fails for Hurd.

    I tested verified via cross-compiling that "make check" now works
    for Hurd.

Signed-off-by: Adam Yi <ayi@janestreet.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-tst-system.diff
stdlib/Makefile