git: 8214b9d65a13 - main - Make devd shared now that libc++ is in /lib
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Nov 2022 16:50:39 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=8214b9d65a1362ec56801ea55446e2bd04b34a2a commit 8214b9d65a1362ec56801ea55446e2bd04b34a2a Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-11-25 22:41:50 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-20 16:49:09 +0000 Make devd shared now that libc++ is in /lib Commit 5e6a2d6eb220 moved libc++ from /usr/lib to /lib, so we no longer have an interval during boot when it is not available (before /usr is mounted). We no longer need to force devd to be statically linked. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37409 --- sbin/devd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 5caccbe6eb61..618dd032656b 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -35,8 +35,6 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -NO_SHARED?=YES - LIBADD= util YFLAGS+=-v