From 2964804ef95cb4fbf315dd1999a844af7786e3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 28 Aug 2023 15:11:32 +0000 Subject: [PATCH] librt: unbreak LIB32 build 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 8b880c41ec4..2c8eb1400fb 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