Re: git: 2964804ef95c - main - librt: unbreak LIB32 build
- In reply to: Dag-Erling Smørgrav : "git: 2964804ef95c - main - librt: unbreak LIB32 build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Aug 2023 19:01:41 UTC
Dag-Erling Smørgrav wrote: > Fixes: f006023b2281 > Reviewed by: imp > Differential Revision: https://reviews.freebsd.org/D41616 > --- > lib/librt/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librt/Makefile b/lib/librt/Makefile > index 8b880c41ec44..2c8eb1400fb9 100644 > --- a/lib/librt/Makefile > +++ b/lib/librt/Makefile > @@ -3,7 +3,7 @@ > > PACKAGE=clibs > LIB=rt > -SHLIBDIR=/lib > +SHLIBDIR?=/lib > SHLIB_MAJOR= 1 > CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} > .ifndef NO_THREAD_STACK_UNWIND > > This results in no librt.so.1 installed anywhere. -- Charlie Li …nope, still don't have an exit line.