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/libshouldbeinlibc/Makefile index 2edf15f4..d3f80f8c 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -38,8 +38,9 @@ installhdrs = idvec.h timefmt.h maptime.h \ installhdrsubdir = . +MIGSTUBS = default_pagerUser.o LDLIBS += $(and $(HAVE_LIBCRYPT),-lcrypt) -OBJS = $(SRCS:.c=.o) +OBJS = $(SRCS:.c=.o) $(MIGSTUBS) include ../Makeconf -- 2.39.2