Cy Schubert <[email protected]> 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 - [email protected]
