From 608123211f8b4065863f866cd3abd9589731de6a Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Fri, 7 Apr 2023 01:18:40 -0400 Subject: Link libshouldbeinlibc with default pager user stubs 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. Message-Id: --- libshouldbeinlibc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libshouldbeinlibc') 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 -- cgit v1.2.3