summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-14 17:48:55 +0000
committerjhb <jhb@FreeBSD.org>2001-11-14 17:48:55 +0000
commit39806e442b3b2819a72be69a474c4d3194144c14 (patch)
treeddf799a65b23935d3d3c3f2c0178f3728f2ec793 /release/pc98
parentbaad1b4d27696fdb8c7c8ac265b1588d99ef2aad (diff)
downloadFreeBSD-src-39806e442b3b2819a72be69a474c4d3194144c14.zip
FreeBSD-src-39806e442b3b2819a72be69a474c4d3194144c14.tar.gz
The new libedit from a while back depends on ncurses, so put -ledit before
-lncurses so the fixit crunch binary links. Tested on: alpha
Diffstat (limited to 'release/pc98')
-rw-r--r--release/pc98/fixit_crunch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/pc98/fixit_crunch.conf b/release/pc98/fixit_crunch.conf
index a0d71c4..e633ad4 100644
--- a/release/pc98/fixit_crunch.conf
+++ b/release/pc98/fixit_crunch.conf
@@ -23,4 +23,4 @@ srcdirs /usr/src/usr.sbin
progs chown chroot
ln chown chgrp
-libs -lutil -lm -lncurses -ltermcap -ledit -lkvm
+libs -lutil -lm -ledit -lncurses -ltermcap -lkvm
OpenPOWER on IntegriCloud