mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
*sigh*
Move the -lbsdxml after -lgeom, so that ld doesn't get confused and pretend he can't find the symbol from libbsdxml needed in libgeom. This should fix the rescue build breakage.
This commit is contained in:
parent
1db30bb2dd
commit
6e7fd77b9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157177
@ -134,11 +134,11 @@ CRUNCH_PROGS_sbin+= ipf
|
||||
# crunchgen does not like C++ programs; this should be fixed someday
|
||||
# CRUNCH_PROGS+= devd
|
||||
|
||||
CRUNCH_LIBS+= -lalias -lbsdxml -lcam -lcurses -ldevstat -lipsec
|
||||
CRUNCH_LIBS+= -lalias -lcam -lcurses -ldevstat -lipsec
|
||||
.if ${MK_IPX} != "no"
|
||||
CRUNCH_LIBS+= -lipx
|
||||
.endif
|
||||
CRUNCH_LIBS+= -lgeom -lkiconv -lmd -lreadline -lsbuf -lufs -lz
|
||||
CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lreadline -lsbuf -lufs -lz
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CRUNCH_PROGS_sbin+= sconfig fdisk
|
||||
|
Loading…
Reference in New Issue
Block a user