mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Back out my previous change, which caused c++rt0.o to be linked into
every shared library, until I can diagnose the problems it is causing for certain programs such as awk and groff.
This commit is contained in:
parent
1117d2af7a
commit
a659df8a06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13535
@ -187,7 +187,7 @@ LDDESTDIR?= -L${DESTDIR}/usr/lib
|
||||
.endif
|
||||
|
||||
.if !defined(NOPIC)
|
||||
.if !make(clean) && !make(cleandir)
|
||||
.if defined(CPLUSPLUSLIB) && !make(clean) && !make(cleandir)
|
||||
SOBJS+= ${DESTDIR}/usr/lib/c++rt0.o
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user