Re: [PATCH hurd] Link libshouldbeinlibc with default pager user stubs

2023-04-09 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le ven. 07 avril 2023 01:18:40 -0400, a ecrit: > There was an implicit dependency on -lmachuser. Adding a dependency to > generated stubs from hurd so that we can stop providing the stubs in > machuser from glibc. > --- > libshouldbeinlibc/Makefile | 3 ++- > 1 file

[PATCH hurd] Link libshouldbeinlibc with default pager user stubs

2023-04-06 Thread Flavio Cruz
There was an implicit dependency on -lmachuser. Adding a dependency to generated stubs from hurd so that we can stop providing the stubs in machuser from glibc. --- libshouldbeinlibc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libshouldbeinlibc/Makefile b/libshou