At imp's request, force devd to be statically compiled. This avoids the

need for libstdc++ in /lib, and the generated binary is actually smaller
statically linked than dynamically + sizeof(libstdc++). Additionally,
devd doesn't use get*by*() which is one of the main motivations for
dynamically linking your root partition anyway.
This commit is contained in:
Gordon Tetlow 2003-08-17 08:40:49 +00:00
parent 442afd046f
commit 9a4e73fe5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119019

View File

@ -5,6 +5,8 @@ SRCS= devd.cc token.l parse.y y.tab.h
MAN= devd.8 devd.conf.5
WARNS?= 1
NOSHARED?=YES
DPADD= ${LIBL}
LDADD= -ll