diff options
author | jhb <jhb@FreeBSD.org> | 2001-11-14 17:48:55 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-11-14 17:48:55 +0000 |
commit | 39806e442b3b2819a72be69a474c4d3194144c14 (patch) | |
tree | ddf799a65b23935d3d3c3f2c0178f3728f2ec793 /release/pc98 | |
parent | baad1b4d27696fdb8c7c8ac265b1588d99ef2aad (diff) | |
download | FreeBSD-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.conf | 2 |
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 |