mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
rescue: fix after with to a ldscript of libncursesw.a
This commit is contained in:
parent
9294a2c719
commit
b158d4d7a1
@ -131,7 +131,7 @@ CRUNCH_PROGS_usr.sbin+= zdb
|
|||||||
# crunchgen does not like C++ programs; this should be fixed someday
|
# crunchgen does not like C++ programs; this should be fixed someday
|
||||||
# CRUNCH_PROGS+= devd
|
# CRUNCH_PROGS+= devd
|
||||||
|
|
||||||
CRUNCH_LIBS+= -l80211 -lalias -lcam -lncursesw -ldevstat -lipsec -llzma
|
CRUNCH_LIBS+= -l80211 -lalias -lcam -lncursesw_real -ldevstat -lipsec -llzma
|
||||||
.if ${MK_ZFS} != "no"
|
.if ${MK_ZFS} != "no"
|
||||||
CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
|
CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
|
||||||
CRUNCH_LIBS+= -lbe -lzfsbootenv -lzutil -ltpool -lspl -licp_rescue
|
CRUNCH_LIBS+= -lbe -lzfsbootenv -lzutil -ltpool -lspl -licp_rescue
|
||||||
|
Loading…
Reference in New Issue
Block a user