mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Link objformat statically by default. This makes it possible to
build 2.2-stable worlds on 3.0-current systems again. objformat calls getobjformat(), which doesn't exist in 2.2's libc. Technically there should have been a version number bump when it was added in -current. But it's used in so few places that it hardly seems worth that. Besides, the objformat program is very heavily used during a make world; it won't hurt to have it load a little faster.
This commit is contained in:
parent
3538f74065
commit
eca7742c3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40802
@ -2,6 +2,7 @@
|
||||
|
||||
PROG= objformat
|
||||
CFLAGS+= -Wall
|
||||
NOSHARED?= YES
|
||||
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar
|
||||
|
Loading…
Reference in New Issue
Block a user