summaryrefslogtreecommitdiffstats
path: root/release/picobsd/bridge
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2007-11-14 05:42:54 +0000
committerluigi <luigi@FreeBSD.org>2007-11-14 05:42:54 +0000
commit797a1fb530d34c31f12117fb8d185d501d06b325 (patch)
tree194cd2fb0bafd95b10bd86acf8440a0620a87f8d /release/picobsd/bridge
parent6d4e69c926bbfd0c409e17a54f1f3dfde357f5a0 (diff)
downloadFreeBSD-src-797a1fb530d34c31f12117fb8d185d501d06b325.zip
FreeBSD-src-797a1fb530d34c31f12117fb8d185d501d06b325.tar.gz
Fix picobsd builds. Changes include:
- use proper make configuration for the build, using ${BINMAKE} as evaluated by ${VERSION}/src/Makefile - remove -lmytinfo from crunch.conf - remove support for login_access in tinyware/login - remove "machine i386" from the kernel config file It might actually be interesting to extend the script to do a cross build for !i386 ... MFC after: 3 days
Diffstat (limited to 'release/picobsd/bridge')
-rw-r--r--release/picobsd/bridge/PICOBSD1
-rw-r--r--release/picobsd/bridge/crunch.conf3
2 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index caf2bc9..e0c2833 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -7,7 +7,6 @@
options MD_ROOT_SIZE=3200 # same as def_sz
hints "PICOBSD.hints"
-machine i386
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf
index aedcea9..080eedb 100644
--- a/release/picobsd/bridge/crunch.conf
+++ b/release/picobsd/bridge/crunch.conf
@@ -177,6 +177,7 @@ libs -ll # used by sh
libs -lufs # used by mount
### ee uses ncurses instead of curses
libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm
-libs -lmytinfo -lz -lpcap -lwrap
+# libs -lmytinfo
+libs -lz -lpcap -lwrap
libs -ltermcap -lgnuregex # -lcurses
libs -lgeom
OpenPOWER on IntegriCloud