Re: git: f006023b2281 - main - librt: Chase 315ee00fa961, fixing boot
- In reply to: Cy Schubert : "git: f006023b2281 - main - librt: Chase 315ee00fa961, fixing boot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Aug 2023 14:29:32 UTC
Cy Schubert <cy@FreeBSD.org> writes: > --- a/lib/librt/Makefile > +++ b/lib/librt/Makefile > @@ -3,6 +3,7 @@ > > PACKAGE=clibs > LIB=rt > +SHLIBDIR=/lib > SHLIB_MAJOR= 1 > CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} > .ifndef NO_THREAD_STACK_UNWIND Have we learned nothing from the libdtrace debacle? This breaks the build if WITH_LIB32 is set (which is still the default on amd64, aarch64 and powerpc64). DES -- Dag-Erling Smørgrav - des@FreeBSD.org