git: 6077246e88b0 - main - libcxxrt: align more with libc/Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Apr 2024 20:29:17 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=6077246e88b0ef6f90cbee0e580b42730a641f0f commit 6077246e88b0ef6f90cbee0e580b42730a641f0f Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-04-22 18:37:17 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-04-22 20:28:51 +0000 libcxxrt: align more with libc/Makefile Use src.opts.mk instead of bsd.own.mk and define PACKAGE first. Fixes: da77a1b4f0dff libcxxrt: don't export nonexistant symbols --- lib/libcxxrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile index afae306e7bbe..6ad89e9da107 100644 --- a/lib/libcxxrt/Makefile +++ b/lib/libcxxrt/Makefile @@ -1,8 +1,8 @@ +PACKAGE= clibs SHLIBDIR?= /lib -.include <bsd.own.mk> +.include <src.opts.mk> -PACKAGE= clibs SRCDIR= ${SRCTOP}/contrib/libcxxrt SHLIB_MAJOR= 1