Make devd shared now that libc++ is in /lib
Commit 5e6a2d6eb2 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user