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:
parent
442afd046f
commit
9a4e73fe5e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user