summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-05-26 18:55:40 +0000
committerdelphij <delphij@FreeBSD.org>2010-05-26 18:55:40 +0000
commitc64406c79a0a67b52fb09f1c474bee0e92dc9c6a (patch)
tree3c32ccf44ff56aec3669b1a4decba8f39e5c9764 /release/pc98
parent3f1d4b057cf7217e3fe56dcd1bd29db76406ae5f (diff)
downloadFreeBSD-src-c64406c79a0a67b52fb09f1c474bee0e92dc9c6a.zip
FreeBSD-src-c64406c79a0a67b52fb09f1c474bee0e92dc9c6a.tar.gz
Reorder to have -lcrypto after -larchive. Our linker doesn't seem to like
the current ordering :(
Diffstat (limited to 'release/pc98')
-rw-r--r--release/pc98/boot_crunch.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf
index b17a799..5f1498f 100644
--- a/release/pc98/boot_crunch.conf
+++ b/release/pc98/boot_crunch.conf
@@ -38,6 +38,6 @@ progs arp
progs ppp
progs sysinstall
-libs -ll -ledit -lutil -lmd -lcrypt -lcrypto -lftpio -lz -lnetgraph
+libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml
-libs -larchive -lbz2 -llzma -ljail
+libs -larchive -lcrypto -lbz2 -llzma -ljail
OpenPOWER on IntegriCloud