aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 06:53:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 06:53:41 +0000
commitb158d4d7a12fad8e9c4509466d5f1ebd15862d9f (patch)
tree35fc517b7763852fc9d7b232b8cbf6cd4626ec53
parent9294a2c7195ade0055c9d0b2917d929f5b20c035 (diff)
downloadsrc-b158d4d7a12fad8e9c4509466d5f1ebd15862d9f.tar.gz
src-b158d4d7a12fad8e9c4509466d5f1ebd15862d9f.zip
rescue: fix after with to a ldscript of libncursesw.a
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index f2aa614f1dfc..42094340e768 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -131,7 +131,7 @@ CRUNCH_PROGS_usr.sbin+= zdb
# crunchgen does not like C++ programs; this should be fixed someday
# 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"
CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
CRUNCH_LIBS+= -lbe -lzfsbootenv -lzutil -ltpool -lspl -licp_rescue