Message ID | 20210713215014.3477427-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [hurd,commited] htl: Fix linking static examples against libpthread | expand |
diff --git a/sysdeps/htl/Makeconfig b/sysdeps/htl/Makeconfig index b5c5d62b74..f8b321c8d2 100644 --- a/sysdeps/htl/Makeconfig +++ b/sysdeps/htl/Makeconfig @@ -4,7 +4,7 @@ have-thread-library = yes shared-thread-library = $(common-objpfx)htl/libpthread.so -static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a +static-thread-library = $(..)htl/libpthread_syms.a $(common-objpfx)htl/libpthread.a $(common-objpfx)mach/libmachuser.a $(common-objpfx)hurd/libhurduser.a bounded-thread-library = $(static-thread-library) ifeq (yes,$(build-shared))