mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PROG= objformat
|
||||
CFLAGS+= -Wall
|
||||
NOSHARED?= YES
|
||||
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar
|
||||
|
|
|
|||
Loading…
Reference in a new issue